Color Hex Logo

#5caec9 Color Hex

#5CAEC9
(92,174,201)
0 Favorites   0 Comments

Color spaces of #5caec9

RGB 92174201
HSL0.540.500.57
HSV195°54°79°
CMYK 0.540.130.00   0.21
XYZ30.092336.764560.7686
Yxy36.76450.23580.2881
Hunter Lab60.6337-17.5201-16.9783
CIE-Lab67.1000-17.4083-21.3898

#5caec9 color RGB value is (92,174,201).

#5caec9 hex color red value is 92, green value is 174 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #5caec9 hue: 0.54 , saturation: 0.50 and the lightness value of 5caec9 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101110 11001001
Octal 134 256 311
Decimal 92 174 201
Hex 5C AE C9

RGB Percentages of Color #5caec9

%19.70
%37.26
%43.04

CMYK Percentages of Color #5caec9

%54
%13
%0
%21

Triadic Colors of #5caec9

#5caec9 #c95cae #aec95c

Analogous Colors of #5caec9

#5caec9 #5c78c9 #5cc9ae

Monochromatic Colors of #5caec9

#5caec9

Complementary Color

#5caec9 #c9775c

#5caec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caec9 Color CSS Codes

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

#5caec9 Text Font Color

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

This sample text font color is #5caec9
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.


#5caec9 Background Color

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

This div background color is #5caec9


#5caec9 Border Color

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

This div border color is #5caec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caec9


Comments

No comments written yet.

Please login to write comment.