Color Hex Logo

#5cacdd Color Hex

#5CACDD
(92,172,221)
0 Favorites   0 Comments

Color spaces of #5cacdd

RGB 92172221
HSL0.560.650.61
HSV203°58°87°
CMYK 0.580.220.00   0.13
XYZ32.217337.000873.8505
Yxy37.00080.22520.2586
Hunter Lab60.8283-11.9081-29.4031
CIE-Lab67.2776-10.3343-32.1405

#5cacdd color RGB value is (92,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101100 11011101
Octal 134 254 335
Decimal 92 172 221
Hex 5C AC DD

RGB Percentages of Color #5cacdd

%18.97
%35.46
%45.57

CMYK Percentages of Color #5cacdd

%58
%22
%0
%13

Triadic Colors of #5cacdd

#5cacdd #dd5cac #acdd5c

Analogous Colors of #5cacdd

#5cacdd #5c6cdd #5cddce

Monochromatic Colors of #5cacdd

#5cacdd

Complementary Color

#5cacdd #dd8d5c

#5cacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cacdd Color CSS Codes

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

#5cacdd Text Font Color

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

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


#5cacdd Background Color

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

This div background color is #5cacdd


#5cacdd Border Color

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

This div border color is #5cacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cacdd


Comments

No comments written yet.

Please login to write comment.