Color Hex Logo

#0ee8be Color Hex

#0EE8BE
(14,232,190)
0 Favorites   0 Comments

Color spaces of #0ee8be

RGB 14232190
HSL0.470.890.48
HSV168°94°91°
CMYK 0.940.000.18   0.09
XYZ38.332061.524358.5703
Yxy61.52430.24200.3883
Hunter Lab78.4374-50.033410.6335
CIE-Lab82.6598-55.84577.4475

#0ee8be color RGB value is (14,232,190).

#0ee8be hex color red value is 14, green value is 232 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0ee8be hue: 0.47 , saturation: 0.89 and the lightness value of 0ee8be is 0.48.

The process color (four color CMYK) of #0ee8be color hex is 0.94, 0.00, 0.18, 0.09. Web safe color of #0ee8be is #00ffcc. Color #0ee8be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101000 10111110
Octal 16 350 276
Decimal 14 232 190
Hex E E8 BE

RGB Percentages of Color #0ee8be

%3.21
%53.21
%43.58

CMYK Percentages of Color #0ee8be

%94
%0
%18
%9

Triadic Colors of #0ee8be

#0ee8be #be0ee8 #e8be0e

Analogous Colors of #0ee8be

#0ee8be #0ea5e8 #0ee851

Monochromatic Colors of #0ee8be

#0ee8be

Complementary Color

#0ee8be #e80e38

#0ee8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ee8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ee8be Color CSS Codes

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

#0ee8be Text Font Color

<p style="color:#0ee8be">Text here</p>

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


#0ee8be Background Color

<div style="background-color:#0ee8be">
Div content here</div>

This div background color is #0ee8be


#0ee8be Border Color

<div style="border:3px solid #0ee8be">
Div here</div>

This div border color is #0ee8be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,232,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ee8be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ee8be;
  -webkit-box-shadow: 1px 1px 3px 2px #0ee8be;
  box-shadow:         1px 1px 3px 2px #0ee8be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,232,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ee8be


Comments

No comments written yet.

Please login to write comment.