Color Hex Logo

#5cacde Color Hex

#5CACDE
(92,172,222)
0 Favorites   0 Comments

Color spaces of #5cacde

RGB 92172222
HSL0.560.660.62
HSV203°59°87°
CMYK 0.590.230.00   0.13
XYZ32.351037.054374.5544
Yxy37.05430.22470.2574
Hunter Lab60.8722-11.6613-30.0059
CIE-Lab67.3177-10.0256-32.6279

#5cacde color RGB value is (92,172,222).

#5cacde hex color red value is 92, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5cacde hue: 0.56 , saturation: 0.66 and the lightness value of 5cacde is 0.62.

The process color (four color CMYK) of #5cacde color hex is 0.59, 0.23, 0.00, 0.13. Web safe color of #5cacde is #6699cc. Color #5cacde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101100 11011110
Octal 134 254 336
Decimal 92 172 222
Hex 5C AC DE

RGB Percentages of Color #5cacde

%18.93
%35.39
%45.68

CMYK Percentages of Color #5cacde

%59
%23
%0
%13

Triadic Colors of #5cacde

#5cacde #de5cac #acde5c

Analogous Colors of #5cacde

#5cacde #5c6bde #5cdecf

Monochromatic Colors of #5cacde

#5cacde

Complementary Color

#5cacde #de8e5c

#5cacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cacde Color CSS Codes

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

#5cacde Text Font Color

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

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


#5cacde Background Color

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

This div background color is #5cacde


#5cacde Border Color

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

This div border color is #5cacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cacde


Comments

No comments written yet.

Please login to write comment.