Color Hex Logo

#0effae Color Hex

#0EFFAE
(14,255,174)
0 Favorites   0 Comments

Color spaces of #0effae

RGB 14255174
HSL0.441.000.53
HSV160°95°100°
CMYK 0.950.000.32   0.00
XYZ43.581174.669452.1601
Yxy74.66940.25570.4382
Hunter Lab86.4115-61.194624.6991
CIE-Lab89.2379-68.053524.9536

#0effae color RGB value is (14,255,174).

#0effae hex color red value is 14, green value is 255 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0effae hue: 0.44 , saturation: 1.00 and the lightness value of 0effae is 0.53.

The process color (four color CMYK) of #0effae color hex is 0.95, 0.00, 0.32, 0.00. Web safe color of #0effae is #00ff99. Color #0effae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111111 10101110
Octal 16 377 256
Decimal 14 255 174
Hex E FF AE

RGB Percentages of Color #0effae

%3.16
%57.56
%39.28

CMYK Percentages of Color #0effae

%95
%0
%32
%0

Triadic Colors of #0effae

#0effae #ae0eff #ffae0e

Analogous Colors of #0effae

#0effae #0ed8ff #0eff36

Monochromatic Colors of #0effae

#0effae

Complementary Color

#0effae #ff0e5f

#0effae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0effae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0effae Color CSS Codes

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

#0effae Text Font Color

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

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


#0effae Background Color

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

This div background color is #0effae


#0effae Border Color

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

This div border color is #0effae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0effae


Comments

No comments written yet.

Please login to write comment.