Color Hex Logo

#5daecb Color Hex

#5DAECB
(93,174,203)
0 Favorites   0 Comments

Color spaces of #5daecb

RGB 93174203
HSL0.540.510.58
HSV196°54°80°
CMYK 0.540.140.00   0.20
XYZ30.429736.911162.0206
Yxy36.91110.23520.2853
Hunter Lab60.7545-16.9163-17.9974
CIE-Lab67.2103-16.6149-22.3228

#5daecb color RGB value is (93,174,203).

#5daecb hex color red value is 93, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5daecb hue: 0.54 , saturation: 0.51 and the lightness value of 5daecb is 0.58.

The process color (four color CMYK) of #5daecb color hex is 0.54, 0.14, 0.00, 0.20. Web safe color of #5daecb is #6699cc. Color #5daecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10101110 11001011
Octal 135 256 313
Decimal 93 174 203
Hex 5D AE CB

RGB Percentages of Color #5daecb

%19.79
%37.02
%43.19

CMYK Percentages of Color #5daecb

%54
%14
%0
%20

Triadic Colors of #5daecb

#5daecb #cb5dae #aecb5d

Analogous Colors of #5daecb

#5daecb #5d77cb #5dcbb1

Monochromatic Colors of #5daecb

#5daecb

Complementary Color

#5daecb #cb7a5d

#5daecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5daecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5daecb Color CSS Codes

.mybgcolor {background-color:#5daecb; } 
.myforecolor {color:#5daecb; }
.mybordercolor {border:3px solid #5daecb; }

#5daecb Text Font Color

<p style="color:#5daecb">Text here</p>

This sample text font color is #5daecb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5daecb Background Color

<div style="background-color:#5daecb">
Div content here</div>

This div background color is #5daecb


#5daecb Border Color

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

This div border color is #5daecb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,174,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5daecb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5daecb;
  -webkit-box-shadow: 1px 1px 3px 2px #5daecb;
  box-shadow:         1px 1px 3px 2px #5daecb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,174,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5daecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5daecb;
  -webkit-box-shadow: 1px 1px 3px 2px #5daecb;
  box-shadow:         1px 1px 3px 2px #5daecb;">
Div content here</div>

This div box has shadow with color #5daecb


Comments

No comments written yet.

Please login to write comment.