Color Hex Logo

#5caebd Color Hex

#5CAEBD
(92,174,189)
0 Favorites   0 Comments

Color spaces of #5caebd

RGB 92174189
HSL0.530.420.55
HSV189°51°74°
CMYK 0.510.080.00   0.26
XYZ28.735036.221553.6211
Yxy36.22150.24230.3055
Hunter Lab60.1843-20.0977-10.6953
CIE-Lab66.6888-20.8387-15.3718

#5caebd color RGB value is (92,174,189).

#5caebd hex color red value is 92, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5caebd hue: 0.53 , saturation: 0.42 and the lightness value of 5caebd is 0.55.

The process color (four color CMYK) of #5caebd color hex is 0.51, 0.08, 0.00, 0.26. Web safe color of #5caebd is #6699cc. Color #5caebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101110 10111101
Octal 134 256 275
Decimal 92 174 189
Hex 5C AE BD

RGB Percentages of Color #5caebd

%20.22
%38.24
%41.54

CMYK Percentages of Color #5caebd

%51
%8
%0
%26

Triadic Colors of #5caebd

#5caebd #bd5cae #aebd5c

Analogous Colors of #5caebd

#5caebd #5c7ebd #5cbd9c

Monochromatic Colors of #5caebd

#5caebd

Complementary Color

#5caebd #bd6b5c

#5caebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caebd Color CSS Codes

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

#5caebd Text Font Color

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

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


#5caebd Background Color

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

This div background color is #5caebd


#5caebd Border Color

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

This div border color is #5caebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caebd


Comments

No comments written yet.

Please login to write comment.