Color Hex Logo

#5caaec Color Hex

#5CAAEC
(92,170,236)
0 Favorites   0 Comments

Color spaces of #5caaec

RGB 92170236
HSL0.580.790.64
HSV208°61°93°
CMYK 0.610.280.00   0.07
XYZ33.928737.080984.7260
Yxy37.08090.21790.2381
Hunter Lab60.8941-7.1088-39.8683
CIE-Lab67.3377-4.5263-40.2710

#5caaec color RGB value is (92,170,236).

#5caaec hex color red value is 92, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5caaec hue: 0.58 , saturation: 0.79 and the lightness value of 5caaec is 0.64.

The process color (four color CMYK) of #5caaec color hex is 0.61, 0.28, 0.00, 0.07. Web safe color of #5caaec is #6699ff. Color #5caaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101010 11101100
Octal 134 252 354
Decimal 92 170 236
Hex 5C AA EC

RGB Percentages of Color #5caaec

%18.47
%34.14
%47.39

CMYK Percentages of Color #5caaec

%61
%28
%0
%7

Triadic Colors of #5caaec

#5caaec #ec5caa #aaec5c

Analogous Colors of #5caaec

#5caaec #5c62ec #5cece6

Monochromatic Colors of #5caaec

#5caaec

Complementary Color

#5caaec #ec9e5c

#5caaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caaec Color CSS Codes

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

#5caaec Text Font Color

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

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


#5caaec Background Color

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

This div background color is #5caaec


#5caaec Border Color

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

This div border color is #5caaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caaec


Comments

No comments written yet.

Please login to write comment.