Color Hex Logo

#0efcaf Color Hex

#0EFCAF
(14,252,175)
0 Favorites   0 Comments

Color spaces of #0efcaf

RGB 14252175
HSL0.450.980.52
HSV161°94°99°
CMYK 0.940.000.31   0.01
XYZ42.729472.809352.3590
Yxy72.80930.25450.4337
Hunter Lab85.3284-59.938223.3485
CIE-Lab88.3567-66.783323.2356

#0efcaf color RGB value is (14,252,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111100 10101111
Octal 16 374 257
Decimal 14 252 175
Hex E FC AF

RGB Percentages of Color #0efcaf

%3.17
%57.14
%39.68

CMYK Percentages of Color #0efcaf

%94
%0
%31
%1

Triadic Colors of #0efcaf

#0efcaf #af0efc #fcaf0e

Analogous Colors of #0efcaf

#0efcaf #0ed2fc #0efc38

Monochromatic Colors of #0efcaf

#0efcaf

Complementary Color

#0efcaf #fc0e5b

#0efcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efcaf Color CSS Codes

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

#0efcaf Text Font Color

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

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


#0efcaf Background Color

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

This div background color is #0efcaf


#0efcaf Border Color

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

This div border color is #0efcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efcaf


Comments

No comments written yet.

Please login to write comment.