crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#5addd0 hex color - Blue - Cool color - Information

#5addd0 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5addd0 Color code in RGB color code model is created after adding 35.29% red color, 86.67% green color and 81.57% blue color. Hex #5addd0 Color code in CMYK color (process color) code model is generated after subtraction of 59% cyan, 0% magenta, 6% yellow and 13% black.

Hex #5addd0 color code is between #55cccc web safe hex color code and #66eedd web safe hex color code. #55cccc is the nearest web safe color code. You can see here many more shades of #5addd0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5addd0#5addd0
RGB Decimal90, 221, 208rgb(90, 221, 208)
RGB Percent35%, 87%, 82%rgb(35%, 87%, 82%)
CSS RGBa90, 221, 208,1rgba(90,221,208,1)
CMYK Modelcmyk(59%,0%,6%,13%)
HSL Color Space174,66% ,61%hsl(174,66% ,61%)
HSV Color Space174°, 59%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110101101110111010000
Octal132335320
Decimal90221208
Hex5addd0

Different shades of #5addd0 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #5addd0
#84e6dc
Dark Shade of #5addd0
#30d4c4
Saturated Shade of #5addd0
#50e7d8
Desaturated Shade of #5addd0
#64d3c8
Grey scale Shade of #5addd0
#9b9b9b
Brighten Shade
#73f6e9
Most Readable Shade
#000000

Shades of #5addd0 color code

Generate more color scales with scales (color stack) generator.

#5addd0
#50c4b8
#46aba1
#3c938a
#327a73
#28625c
#1e4945
#14312e
#0a1817
#000000

Similar Color like #5addd0 color

Find visually similar hex color codes nearing to #5addd0 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#5bded1
#5cdfd2
#5de0d3
#5ee1d4
#5fe2d5
#60e3d6
#61e4d7
#62e5d8
#63e6d9
#64e7da
#65e8db
#66e9dc
#67eadd
#68ebde
#59dccf
#58dbce
#57dacd
#56d9cc
#55d8cb
#54d7ca
#53d6c9
#52d5c8
#51d4c7
#50d3c6
#4fd2c5
#4ed1c4
#4dd0c3
#4ccfc2

Monochromatic Color with #5addd0

#5addd0
#030808
#153330
#265d58
#378880
#49b3a8

Tints of #5addd0 Color

#5addd0
#6ce0d5
#7ee4da
#91e8df
#a3ece4
#b5efea
#c8f3ef
#daf7f4
#ecfbf9
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#5addd0
#dd5a67

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#5addd0
#dd5aa8
#dd8f5a

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#5add9c
#5addb6
#5addd0
#5ad0dd
#5ab6dd

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#5addd0
#d05add
#ddd05a

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#5addd0
#8f5add
#dd5a67
#a8dd5a

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#5addd0
#dd5a67
#dd8f5a
#5aa8dd

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #5addd0 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#5addd0 Color Code Preview on Black Background Color

This is how #5addd0 Color will look on black background color. Color contrast ratio is 12.69

#5addd0 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#5addd0">Your Example Paragraph content text in with font color #5addd0 </p>

Your Example Paragraph content text in with font color #5addd0

HTML with inline CSS

<div style="color:#5addd0">Your Paragraph text in with font color #5addd0 </div>

Your Example Paragraph content text in with font color #5addd0

#5addd0 color code is use for CSS Background Color

Background color for the above div is #5addd0

HTML with inline CSS

<div style="background-color:#5addd0;"></div>

#5addd0 color code is use for CSS Border Color

CSS Border color for the above div is #5addd0

HTML with inline CSS

<div style="border:5px solid #5addd0;"></div>

CSS Border Left color for the above div is #5addd0

HTML with inline CSS

<div style="border-left:5px solid #5addd0;"></div>

CSS Border Right color for the above div is #5addd0

HTML with inline CSS

<div style="border-right:5px solid #5addd0;"></div>

CSS Border Bottom color for the above div is #5addd0

HTML with inline CSS

<div style="border-bottom:5px solid #5addd0;"></div>

CSS Border Top color for the above div is #5addd0

HTML with inline CSS

<div style="border-top:5px solid #5addd0;"></div>

#5addd0 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#5addd0; } .examplecolorclass {color:#5addd0; } .examplebordercolor {border:3px solid #5addd0; }

#5addd0 Color code Preview on White Background

This is how #5addd0 Color code will look on white background color. Color contrast ratio is 1.66

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #5addd0; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #5addd0; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.