Color Hex Logo

#5caebc Color Hex

#5CAEBC
(92,174,188)
0 Favorites   0 Comments

Color spaces of #5caebc

RGB 92174188
HSL0.520.420.55
HSV189°51°74°
CMYK 0.510.070.00   0.26
XYZ28.626836.178353.0513
Yxy36.17830.24290.3070
Hunter Lab60.1484-20.3051-10.1903
CIE-Lab66.6559-21.1187-14.8670

#5caebc color RGB value is (92,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101110 10111100
Octal 134 256 274
Decimal 92 174 188
Hex 5C AE BC

RGB Percentages of Color #5caebc

%20.26
%38.33
%41.41

CMYK Percentages of Color #5caebc

%51
%7
%0
%26

Triadic Colors of #5caebc

#5caebc #bc5cae #aebc5c

Analogous Colors of #5caebc

#5caebc #5c7ebc #5cbc9a

Monochromatic Colors of #5caebc

#5caebc

Complementary Color

#5caebc #bc6a5c

#5caebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caebc Color CSS Codes

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

#5caebc Text Font Color

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

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


#5caebc Background Color

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

This div background color is #5caebc


#5caebc Border Color

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

This div border color is #5caebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caebc


Comments

No comments written yet.

Please login to write comment.