Color Hex Logo

#0edcaf Color Hex

#0EDCAF
(14,220,175)
0 Favorites   0 Comments

Color spaces of #0edcaf

RGB 14220175
HSL0.460.880.46
HSV167°94°86°
CMYK 0.940.000.20   0.14
XYZ33.512254.374949.2866
Yxy54.37490.24430.3964
Hunter Lab73.7393-47.921211.9887
CIE-Lab78.6798-54.87229.6782

#0edcaf color RGB value is (14,220,175).

#0edcaf hex color red value is 14, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0edcaf hue: 0.46 , saturation: 0.88 and the lightness value of 0edcaf is 0.46.

The process color (four color CMYK) of #0edcaf color hex is 0.94, 0.00, 0.20, 0.14. Web safe color of #0edcaf is #00cc99. Color #0edcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011100 10101111
Octal 16 334 257
Decimal 14 220 175
Hex E DC AF

RGB Percentages of Color #0edcaf

%3.42
%53.79
%42.79

CMYK Percentages of Color #0edcaf

%94
%0
%20
%14

Triadic Colors of #0edcaf

#0edcaf #af0edc #dcaf0e

Analogous Colors of #0edcaf

#0edcaf #0ea2dc #0edc48

Monochromatic Colors of #0edcaf

#0edcaf

Complementary Color

#0edcaf #dc0e3b

#0edcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edcaf Color CSS Codes

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

#0edcaf Text Font Color

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

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


#0edcaf Background Color

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

This div background color is #0edcaf


#0edcaf Border Color

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

This div border color is #0edcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edcaf


Comments

No comments written yet.

Please login to write comment.