Color Hex Logo

#0efebd Color Hex

#0EFEBD
(14,254,189)
0 Favorites   0 Comments

Color spaces of #0efebd

RGB 14254189
HSL0.450.990.53
HSV164°94°100°
CMYK 0.940.000.26   0.00
XYZ44.808274.651160.1916
Yxy74.65110.24940.4155
Hunter Lab86.4009-58.630019.1759
CIE-Lab89.2293-64.431217.2870

#0efebd color RGB value is (14,254,189).

#0efebd hex color red value is 14, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0efebd hue: 0.45 , saturation: 0.99 and the lightness value of 0efebd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111110 10111101
Octal 16 376 275
Decimal 14 254 189
Hex E FE BD

RGB Percentages of Color #0efebd

%3.06
%55.58
%41.36

CMYK Percentages of Color #0efebd

%94
%0
%26
%0

Triadic Colors of #0efebd

#0efebd #bd0efe #febd0e

Analogous Colors of #0efebd

#0efebd #0ec7fe #0efe45

Monochromatic Colors of #0efebd

#0efebd

Complementary Color

#0efebd #fe0e4f

#0efebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efebd Color CSS Codes

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

#0efebd Text Font Color

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

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


#0efebd Background Color

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

This div background color is #0efebd


#0efebd Border Color

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

This div border color is #0efebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efebd


Comments

No comments written yet.

Please login to write comment.