Color Hex Logo

#5caacc Color Hex

#5CAACC
(92,170,204)
0 Favorites   0 Comments

Color spaces of #5caacc

RGB 92170204
HSL0.550.520.58
HSV198°55°80°
CMYK 0.550.170.00   0.20
XYZ29.687435.384462.3919
Yxy35.38440.23290.2776
Hunter Lab59.4848-15.0134-20.5482
CIE-Lab66.0469-14.4043-24.6589

#5caacc color RGB value is (92,170,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101010 11001100
Octal 134 252 314
Decimal 92 170 204
Hex 5C AA CC

RGB Percentages of Color #5caacc

%19.74
%36.48
%43.78

CMYK Percentages of Color #5caacc

%55
%17
%0
%20

Triadic Colors of #5caacc

#5caacc #cc5caa #aacc5c

Analogous Colors of #5caacc

#5caacc #5c72cc #5cccb6

Monochromatic Colors of #5caacc

#5caacc

Complementary Color

#5caacc #cc7e5c

#5caacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caacc Color CSS Codes

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

#5caacc Text Font Color

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

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


#5caacc Background Color

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

This div background color is #5caacc


#5caacc Border Color

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

This div border color is #5caacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caacc


Comments

No comments written yet.

Please login to write comment.