Color Hex Logo

#5ebbcb Color Hex

#5EBBCB
(94,187,203)
0 Favorites   0 Comments

Color spaces of #5ebbcb

RGB 94187203
HSL0.520.510.58
HSV189°54°80°
CMYK 0.540.080.00   0.20
XYZ33.165942.232162.9035
Yxy42.23210.23980.3054
Hunter Lab64.9862-22.6279-11.8995
CIE-Lab71.0306-23.1225-16.5190

#5ebbcb color RGB value is (94,187,203).

#5ebbcb hex color red value is 94, green value is 187 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5ebbcb hue: 0.52 , saturation: 0.51 and the lightness value of 5ebbcb is 0.58.

The process color (four color CMYK) of #5ebbcb color hex is 0.54, 0.08, 0.00, 0.20. Web safe color of #5ebbcb is #66cccc. Color #5ebbcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111011 11001011
Octal 136 273 313
Decimal 94 187 203
Hex 5E BB CB

RGB Percentages of Color #5ebbcb

%19.42
%38.64
%41.94

CMYK Percentages of Color #5ebbcb

%54
%8
%0
%20

Triadic Colors of #5ebbcb

#5ebbcb #cb5ebb #bbcb5e

Analogous Colors of #5ebbcb

#5ebbcb #5e85cb #5ecba5

Monochromatic Colors of #5ebbcb

#5ebbcb

Complementary Color

#5ebbcb #cb6e5e

#5ebbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebbcb Color CSS Codes

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

#5ebbcb Text Font Color

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

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


#5ebbcb Background Color

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

This div background color is #5ebbcb


#5ebbcb Border Color

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

This div border color is #5ebbcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,187,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ebbcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ebbcb;
  -webkit-box-shadow: 1px 1px 3px 2px #5ebbcb;
  box-shadow:         1px 1px 3px 2px #5ebbcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,187,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebbcb


Comments

No comments written yet.

Please login to write comment.