Color Hex Logo

#0eede2 Color Hex

#0EEDE2
(14,237,226)
0 Favorites   0 Comments

Color spaces of #0eede2

RGB 14237226
HSL0.490.890.49
HSV177°94°93°
CMYK 0.940.000.05   0.07
XYZ44.192866.152782.3911
Yxy66.15270.22930.3432
Hunter Lab81.3343-45.3475-3.1263
CIE-Lab85.0742-48.3112-7.9851

#0eede2 color RGB value is (14,237,226).

#0eede2 hex color red value is 14, green value is 237 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #0eede2 hue: 0.49 , saturation: 0.89 and the lightness value of 0eede2 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101101 11100010
Octal 16 355 342
Decimal 14 237 226
Hex E ED E2

RGB Percentages of Color #0eede2

%2.94
%49.69
%47.38

CMYK Percentages of Color #0eede2

%94
%0
%5
%7

Triadic Colors of #0eede2

#0eede2 #e20eed #ede20e

Analogous Colors of #0eede2

#0eede2 #0e89ed #0eed73

Monochromatic Colors of #0eede2

#0eede2

Complementary Color

#0eede2 #ed0e19

#0eede2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eede2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eede2 Color CSS Codes

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

#0eede2 Text Font Color

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

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


#0eede2 Background Color

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

This div background color is #0eede2


#0eede2 Border Color

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

This div border color is #0eede2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eede2


Comments

No comments written yet.

Please login to write comment.