COLOR #5DADAE

HEX: #5DADAE RGB: (93,173,174)

Color info

#5DADAE contains mainly green and blue colors. Web safe color of #5DADAE is #669999 (or #699).

RGB color model

#5DADAE color RGB value is (93,173,174).

RGB: (93,173,174) (36%, 68%, 68%)

RGB channels and saturation

R 93 of 255 = 36%
G 173 of 255 = 68%
B 174 of 255 = 68%

93
173
174

R + G + B ~ 57%. #5DADAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 93 + 173 + 174 = 440 (100%)
R 93 of 440 ~ 21.14%
G 173 of 440 ~ 39.32%
B 174 of 440 ~ 39.55'%

%21.14
%39.32
%39.55

CMYK color model

#5DADAE color CMYK value is (47,1,0,32).

  • cyan value is 46.55%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (47,1,0,32)
C47M1Y0K32 (47%, 1%, 0%, 32%)
(0.47 / 0.01 / 0.00 / 0.32)

CMYK percentages

%46.55
%0.57
%0
%31.76

Codes

Color #5DADAE in popluar color models

5D AD AE
RGB 93 173 174
HSL 181° 33.33% 52.35%
HSB/HSV 181° 46.55% 68.24%
CMYK 46.55% 0.57% 0.00%
31.76%

Color #5DADAE in popluar number systems.

HEX 5D AD AE
Decimal 93 173 174
Binary 1011101 10101101 10101110
Octal 135 255 256

Shades and tints

Shades of #5DADAE

#5DADAE
(93,173,174)
#559E9F
(85,158,159)
#4D8F90
(77,143,144)
#458081
(69,128,129)
#3D7172
(61,113,114)
#356263
(53,98,99)
#2D5354
(45,83,84)
#254445
(37,68,69)
#1D3536
(29,53,54)
#152627
(21,38,39)
#0D1718
(13,23,24)
#000000
(0,0,0)

Tints of #5DADAE

#5DADAE
(93,173,174)
#6BB4B5
(107,180,181)
#79BBBC
(121,187,188)
#87C2C3
(135,194,195)
#95C9CA
(149,201,202)
#A3D0D1
(163,208,209)
#B1D7D8
(177,215,216)
#BFDEDF
(191,222,223)
#CDE5E6
(205,229,230)
#DBECED
(219,236,237)
#E9F3F4
(233,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DADAE color. Also use rgb(93,173,174) instead hex code.

Text Font Color

.myTextColor { color: #5DADAE; }

<p style="color:#5DADAE">This sample text font color is #5DADAE.</p>

This text font color is #5DADAE.

Background Color

.myBgColor { background-color: #5DADAE; }

<div style="background-color:#5DADAE">Inner text</div>

This div background color is #5DADAE.

Border color

.myBorderColor { border: 1px solid #5DADAE; }

<div style="border:3px solid #5DADAE">Div</div>

This div border color is #5DADAE.

Opacity

.myOpacity80 { color: #5DADAE; opacity: 0.8; }

<p style="color:#5DADAE;opacity:0.8;">80%</p>

Text with #5DADAE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5DADAE;}

<p style="text-shadow: 3px 3px 1px #5DADAE">Text here.</p>

This text has shadow with #5DADAE color.


.textShadow {text-shadow: 3px 3px 1px #5DADAE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5DADAE, 5px 5px 20px red">Text here.</p>

This text has shadow with #5DADAE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5DADAE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5DADAE, Direction=45, Strength=4)">Text</p>

This text has shadow with #5DADAE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #5DADAE;
-webkit-box-shadow: 1px 1px 3px 2px #5DADAE;
box-shadow: 1px 1px 3px 2px #5DADAE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5DADAE; -webkit-box-shadow: 1px 1px 3px 2px #5DADAE; box-shadow:1px 1px 3px 2px #5DADAE;">
Div content here
</div>

This div box has shadow with color #5DADAE.

Preview

Color preview on black background

This text has color #5DADAE on black background.


Color preview on white background

This text has color #5DADAE on white background.


Black color preview on #5DADAE background

This text has black color on #5DADAE background.


White color preview on #5DADAE background

This text has white color on #5DADAE background.


Related colors

Complementary color

Complementary color for #hex is #A25251.


I love getcolorcode.com

Triadic colors

1 #AE5DAD and #ADAE5D with #5DADAE are triadic colors.

2 #AEAD5D and #AD5DAE with #5DADAE are triadic colors.