Color Hex Logo

#0ef2be Color Hex

#0EF2BE
(14,242,190)
0 Favorites   0 Comments

Color spaces of #0ef2be

RGB 14242190
HSL0.460.900.50
HSV166°94°95°
CMYK 0.940.000.21   0.05
XYZ41.227567.315359.5354
Yxy67.31530.24530.4005
Hunter Lab82.0459-53.885314.4092
CIE-Lab85.6629-59.713611.7367

#0ef2be color RGB value is (14,242,190).

#0ef2be hex color red value is 14, green value is 242 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0ef2be hue: 0.46 , saturation: 0.90 and the lightness value of 0ef2be is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11110010 10111110
Octal 16 362 276
Decimal 14 242 190
Hex E F2 BE

RGB Percentages of Color #0ef2be

%3.14
%54.26
%42.60

CMYK Percentages of Color #0ef2be

%94
%0
%21
%5

Triadic Colors of #0ef2be

#0ef2be #be0ef2 #f2be0e

Analogous Colors of #0ef2be

#0ef2be #0eb4f2 #0ef24c

Monochromatic Colors of #0ef2be

#0ef2be

Complementary Color

#0ef2be #f20e42

#0ef2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ef2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ef2be Color CSS Codes

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

#0ef2be Text Font Color

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

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


#0ef2be Background Color

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

This div background color is #0ef2be


#0ef2be Border Color

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

This div border color is #0ef2be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,242,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 #0ef2be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ef2be


Comments

No comments written yet.

Please login to write comment.