Color Hex Logo

#5cafce Color Hex

#5CAFCE
(92,175,206)
0 Favorites   0 Comments

Color spaces of #5cafce

RGB 92175206
HSL0.550.540.58
HSV196°55°81°
CMYK 0.550.150.00   0.19
XYZ30.884237.391563.9820
Yxy37.39150.23350.2827
Hunter Lab61.1486-16.8554-19.2333
CIE-Lab67.5697-16.4696-23.4327

#5cafce color RGB value is (92,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101111 11001110
Octal 134 257 316
Decimal 92 175 206
Hex 5C AF CE

RGB Percentages of Color #5cafce

%19.45
%37.00
%43.55

CMYK Percentages of Color #5cafce

%55
%15
%0
%19

Triadic Colors of #5cafce

#5cafce #ce5caf #afce5c

Analogous Colors of #5cafce

#5cafce #5c76ce #5cceb4

Monochromatic Colors of #5cafce

#5cafce

Complementary Color

#5cafce #ce7b5c

#5cafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cafce Color CSS Codes

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

#5cafce Text Font Color

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

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


#5cafce Background Color

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

This div background color is #5cafce


#5cafce Border Color

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

This div border color is #5cafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cafce


Comments

No comments written yet.

Please login to write comment.