Color Hex Logo

#5cbae0 Color Hex

#5CBAE0
(92,186,224)
0 Favorites   0 Comments

Color spaces of #5cbae0

RGB 92186224
HSL0.550.680.62
HSV197°59°88°
CMYK 0.590.170.00   0.12
XYZ35.427142.774976.9102
Yxy42.77490.22840.2758
Hunter Lab65.4025-17.7649-23.9404
CIE-Lab71.4019-16.8983-27.4237

#5cbae0 color RGB value is (92,186,224).

#5cbae0 hex color red value is 92, green value is 186 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #5cbae0 hue: 0.55 , saturation: 0.68 and the lightness value of 5cbae0 is 0.62.

The process color (four color CMYK) of #5cbae0 color hex is 0.59, 0.17, 0.00, 0.12. Web safe color of #5cbae0 is #66cccc. Color #5cbae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111010 11100000
Octal 134 272 340
Decimal 92 186 224
Hex 5C BA E0

RGB Percentages of Color #5cbae0

%18.33
%37.05
%44.62

CMYK Percentages of Color #5cbae0

%59
%17
%0
%12

Triadic Colors of #5cbae0

#5cbae0 #e05cba #bae05c

Analogous Colors of #5cbae0

#5cbae0 #5c78e0 #5ce0c4

Monochromatic Colors of #5cbae0

#5cbae0

Complementary Color

#5cbae0 #e0825c

#5cbae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbae0 Color CSS Codes

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

#5cbae0 Text Font Color

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

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


#5cbae0 Background Color

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

This div background color is #5cbae0


#5cbae0 Border Color

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

This div border color is #5cbae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbae0


Comments

No comments written yet.

Please login to write comment.