Color Hex Logo

#5cafcb Color Hex

#5CAFCB
(92,175,203)
0 Favorites   0 Comments

Color spaces of #5cafcb

RGB 92175203
HSL0.540.520.58
HSV195°55°80°
CMYK 0.550.140.00   0.20
XYZ30.523137.247162.0806
Yxy37.24710.23510.2868
Hunter Lab61.0304-17.5301-17.5890
CIE-Lab67.4620-17.3503-21.9423

#5cafcb color RGB value is (92,175,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101111 11001011
Octal 134 257 313
Decimal 92 175 203
Hex 5C AF CB

RGB Percentages of Color #5cafcb

%19.57
%37.23
%43.19

CMYK Percentages of Color #5cafcb

%55
%14
%0
%20

Triadic Colors of #5cafcb

#5cafcb #cb5caf #afcb5c

Analogous Colors of #5cafcb

#5cafcb #5c78cb #5ccbb0

Monochromatic Colors of #5cafcb

#5cafcb

Complementary Color

#5cafcb #cb785c

#5cafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cafcb Color CSS Codes

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

#5cafcb Text Font Color

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

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


#5cafcb Background Color

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

This div background color is #5cafcb


#5cafcb Border Color

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

This div border color is #5cafcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,175,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 #5cafcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cafcb


Comments

No comments written yet.

Please login to write comment.