Color Hex Logo

#5caccd Color Hex

#5CACCD
(92,172,205)
0 Favorites   0 Comments

Color spaces of #5caccd

RGB 92172205
HSL0.550.530.58
HSV198°55°80°
CMYK 0.550.160.00   0.20
XYZ30.185636.188163.1517
Yxy36.18810.23300.2794
Hunter Lab60.1565-15.7055-20.1324
CIE-Lab66.6634-15.1747-24.2675

#5caccd color RGB value is (92,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101100 11001101
Octal 134 254 315
Decimal 92 172 205
Hex 5C AC CD

RGB Percentages of Color #5caccd

%19.62
%36.67
%43.71

CMYK Percentages of Color #5caccd

%55
%16
%0
%20

Triadic Colors of #5caccd

#5caccd #cd5cac #accd5c

Analogous Colors of #5caccd

#5caccd #5c74cd #5ccdb6

Monochromatic Colors of #5caccd

#5caccd

Complementary Color

#5caccd #cd7d5c

#5caccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caccd Color CSS Codes

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

#5caccd Text Font Color

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

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


#5caccd Background Color

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

This div background color is #5caccd


#5caccd Border Color

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

This div border color is #5caccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caccd


Comments

No comments written yet.

Please login to write comment.