Color Hex Logo

#5eebcb Color Hex

#5EEBCB
(94,235,203)
0 Favorites   0 Comments

Color spaces of #5eebcb

RGB 94235203
HSL0.460.780.65
HSV166°60°92°
CMYK 0.600.000.14   0.08
XYZ45.103966.108166.8828
Yxy66.10810.25330.3712
Hunter Lab81.3069-43.26668.1430
CIE-Lab85.0515-45.56944.2140

#5eebcb color RGB value is (94,235,203).

#5eebcb hex color red value is 94, green value is 235 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5eebcb hue: 0.46 , saturation: 0.78 and the lightness value of 5eebcb is 0.65.

The process color (four color CMYK) of #5eebcb color hex is 0.60, 0.00, 0.14, 0.08. Web safe color of #5eebcb is #66ffcc. Color #5eebcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101011 11001011
Octal 136 353 313
Decimal 94 235 203
Hex 5E EB CB

RGB Percentages of Color #5eebcb

%17.67
%44.17
%38.16

CMYK Percentages of Color #5eebcb

%60
%0
%14
%8

Triadic Colors of #5eebcb

#5eebcb #cb5eeb #ebcb5e

Analogous Colors of #5eebcb

#5eebcb #5ec5eb #5eeb85

Monochromatic Colors of #5eebcb

#5eebcb

Complementary Color

#5eebcb #eb5e7e

#5eebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eebcb Color CSS Codes

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

#5eebcb Text Font Color

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

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


#5eebcb Background Color

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

This div background color is #5eebcb


#5eebcb Border Color

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

This div border color is #5eebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eebcb


Comments

No comments written yet.

Please login to write comment.