Color Hex Logo

#0eefba Color Hex

#0EEFBA
(14,239,186)
0 Favorites   0 Comments

Color spaces of #0eefba

RGB 14239186
HSL0.460.890.50
HSV166°94°94°
CMYK 0.940.000.22   0.06
XYZ39.910565.371556.9688
Yxy65.37150.24600.4029
Hunter Lab80.8526-53.380914.8211
CIE-Lab84.6748-59.528412.4178

#0eefba color RGB value is (14,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101111 10111010
Octal 16 357 272
Decimal 14 239 186
Hex E EF BA

RGB Percentages of Color #0eefba

%3.19
%54.44
%42.37

CMYK Percentages of Color #0eefba

%94
%0
%22
%6

Triadic Colors of #0eefba

#0eefba #ba0eef #efba0e

Analogous Colors of #0eefba

#0eefba #0eb4ef #0eef4a

Monochromatic Colors of #0eefba

#0eefba

Complementary Color

#0eefba #ef0e43

#0eefba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eefba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eefba Color CSS Codes

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

#0eefba Text Font Color

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

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


#0eefba Background Color

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

This div background color is #0eefba


#0eefba Border Color

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

This div border color is #0eefba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eefba


Comments

No comments written yet.

Please login to write comment.