Color Hex Logo

#5caedd Color Hex

#5CAEDD
(92,174,221)
0 Favorites   0 Comments

Color spaces of #5caedd

RGB 92174221
HSL0.560.650.61
HSV202°58°87°
CMYK 0.580.210.00   0.13
XYZ32.600837.767973.9783
Yxy37.76790.22590.2616
Hunter Lab61.4556-12.8571-28.3525
CIE-Lab67.8492-11.4201-31.2564

#5caedd color RGB value is (92,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101110 11011101
Octal 134 256 335
Decimal 92 174 221
Hex 5C AE DD

RGB Percentages of Color #5caedd

%18.89
%35.73
%45.38

CMYK Percentages of Color #5caedd

%58
%21
%0
%13

Triadic Colors of #5caedd

#5caedd #dd5cae #aedd5c

Analogous Colors of #5caedd

#5caedd #5c6edd #5cddcc

Monochromatic Colors of #5caedd

#5caedd

Complementary Color

#5caedd #dd8b5c

#5caedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caedd Color CSS Codes

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

#5caedd Text Font Color

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

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


#5caedd Background Color

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

This div background color is #5caedd


#5caedd Border Color

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

This div border color is #5caedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caedd


Comments

No comments written yet.

Please login to write comment.