Color Hex Logo

#5eebea Color Hex

#5EEBEA
(94,235,234)
0 Favorites   0 Comments

Color spaces of #5eebea

RGB 94235234
HSL0.500.780.65
HSV180°60°92°
CMYK 0.600.000.00   0.08
XYZ49.175767.736988.3246
Yxy67.73690.23960.3300
Hunter Lab82.3024-37.3755-6.0166
CIE-Lab85.8747-37.7182-10.8790

#5eebea color RGB value is (94,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101011 11101010
Octal 136 353 352
Decimal 94 235 234
Hex 5E EB EA

RGB Percentages of Color #5eebea

%16.70
%41.74
%41.56

CMYK Percentages of Color #5eebea

%60
%0
%0
%8

Triadic Colors of #5eebea

#5eebea #ea5eeb #ebea5e

Analogous Colors of #5eebea

#5eebea #5ea6eb #5eeba4

Monochromatic Colors of #5eebea

#5eebea

Complementary Color

#5eebea #eb5e5f

#5eebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eebea Color CSS Codes

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

#5eebea Text Font Color

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

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


#5eebea Background Color

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

This div background color is #5eebea


#5eebea Border Color

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

This div border color is #5eebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eebea


Comments

No comments written yet.

Please login to write comment.