Color Hex Logo

#0efbae Color Hex

#0EFBAE
(14,251,174)
0 Favorites   0 Comments

Color spaces of #0efbae

RGB 14251174
HSL0.450.970.52
HSV161°94°98°
CMYK 0.940.000.31   0.02
XYZ42.318372.143751.7391
Yxy72.14370.25460.4341
Hunter Lab84.9374-59.706723.3401
CIE-Lab88.0377-66.640723.3065

#0efbae color RGB value is (14,251,174).

#0efbae hex color red value is 14, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0efbae hue: 0.45 , saturation: 0.97 and the lightness value of 0efbae is 0.52.

The process color (four color CMYK) of #0efbae color hex is 0.94, 0.00, 0.31, 0.02. Web safe color of #0efbae is #00ff99. Color #0efbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111011 10101110
Octal 16 373 256
Decimal 14 251 174
Hex E FB AE

RGB Percentages of Color #0efbae

%3.19
%57.18
%39.64

CMYK Percentages of Color #0efbae

%94
%0
%31
%2

Triadic Colors of #0efbae

#0efbae #ae0efb #fbae0e

Analogous Colors of #0efbae

#0efbae #0ed2fb #0efb38

Monochromatic Colors of #0efbae

#0efbae

Complementary Color

#0efbae #fb0e5b

#0efbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efbae Color CSS Codes

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

#0efbae Text Font Color

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

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


#0efbae Background Color

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

This div background color is #0efbae


#0efbae Border Color

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

This div border color is #0efbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efbae


Comments

No comments written yet.

Please login to write comment.