Color Hex Logo

#0eefbd Color Hex

#0EEFBD
(14,239,189)
0 Favorites   0 Comments

Color spaces of #0eefbd

RGB 14239189
HSL0.460.890.50
HSV167°94°94°
CMYK 0.940.000.21   0.06
XYZ40.232965.500558.6665
Yxy65.50050.24470.3984
Hunter Lab80.9324-52.896213.6744
CIE-Lab84.7410-58.808210.9467

#0eefbd color RGB value is (14,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101111 10111101
Octal 16 357 275
Decimal 14 239 189
Hex E EF BD

RGB Percentages of Color #0eefbd

%3.17
%54.07
%42.76

CMYK Percentages of Color #0eefbd

%94
%0
%21
%6

Triadic Colors of #0eefbd

#0eefbd #bd0eef #efbd0e

Analogous Colors of #0eefbd

#0eefbd #0eb1ef #0eef4d

Monochromatic Colors of #0eefbd

#0eefbd

Complementary Color

#0eefbd #ef0e40

#0eefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eefbd Color CSS Codes

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

#0eefbd Text Font Color

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

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


#0eefbd Background Color

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

This div background color is #0eefbd


#0eefbd Border Color

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

This div border color is #0eefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eefbd


Comments

No comments written yet.

Please login to write comment.