Color Hex Logo

#5cabce Color Hex

#5CABCE
(92,171,206)
0 Favorites   0 Comments

Color spaces of #5cabce

RGB 92171206
HSL0.550.540.58
HSV198°55°81°
CMYK 0.550.170.00   0.19
XYZ30.117135.857463.7263
Yxy35.85740.23220.2765
Hunter Lab59.8810-15.0155-21.1806
CIE-Lab66.4108-14.3443-25.2073

#5cabce color RGB value is (92,171,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101011 11001110
Octal 134 253 316
Decimal 92 171 206
Hex 5C AB CE

RGB Percentages of Color #5cabce

%19.62
%36.46
%43.92

CMYK Percentages of Color #5cabce

%55
%17
%0
%19

Triadic Colors of #5cabce

#5cabce #ce5cab #abce5c

Analogous Colors of #5cabce

#5cabce #5c72ce #5cceb8

Monochromatic Colors of #5cabce

#5cabce

Complementary Color

#5cabce #ce7f5c

#5cabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cabce Color CSS Codes

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

#5cabce Text Font Color

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

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


#5cabce Background Color

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

This div background color is #5cabce


#5cabce Border Color

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

This div border color is #5cabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cabce


Comments

No comments written yet.

Please login to write comment.