Color Hex Logo

#5eebec Color Hex

#5EEBEC
(94,235,236)
0 Favorites   0 Comments

Color spaces of #5eebec

RGB 94235236
HSL0.500.790.65
HSV180°60°93°
CMYK 0.600.000.00   0.07
XYZ49.464767.852589.8467
Yxy67.85250.23880.3275
Hunter Lab82.3726-36.9630-7.0088
CIE-Lab85.9326-37.1831-11.8445

#5eebec color RGB value is (94,235,236).

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

The process color (four color CMYK) of #5eebec color hex is 0.60, 0.00, 0.00, 0.07. Web safe color of #5eebec is #66ffff. Color #5eebec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101011 11101100
Octal 136 353 354
Decimal 94 235 236
Hex 5E EB EC

RGB Percentages of Color #5eebec

%16.64
%41.59
%41.77

CMYK Percentages of Color #5eebec

%60
%0
%0
%7

Triadic Colors of #5eebec

#5eebec #ec5eeb #ebec5e

Analogous Colors of #5eebec

#5eebec #5ea4ec #5eeca6

Monochromatic Colors of #5eebec

#5eebec

Complementary Color

#5eebec #ec5f5e

#5eebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eebec Color CSS Codes

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

#5eebec Text Font Color

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

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


#5eebec Background Color

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

This div background color is #5eebec


#5eebec Border Color

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

This div border color is #5eebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eebec


Comments

No comments written yet.

Please login to write comment.