Color Hex Logo

#0edcad Color Hex

#0EDCAD
(14,220,173)
0 Favorites   0 Comments

Color spaces of #0edcad

RGB 14220173
HSL0.460.880.46
HSV166°94°86°
CMYK 0.940.000.21   0.14
XYZ33.317154.296948.2595
Yxy54.29690.24520.3996
Hunter Lab73.6864-48.243012.7497
CIE-Lab78.6345-55.363810.6743

#0edcad color RGB value is (14,220,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011100 10101101
Octal 16 334 255
Decimal 14 220 173
Hex E DC AD

RGB Percentages of Color #0edcad

%3.44
%54.05
%42.51

CMYK Percentages of Color #0edcad

%94
%0
%21
%14

Triadic Colors of #0edcad

#0edcad #ad0edc #dcad0e

Analogous Colors of #0edcad

#0edcad #0ea4dc #0edc46

Monochromatic Colors of #0edcad

#0edcad

Complementary Color

#0edcad #dc0e3d

#0edcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edcad Color CSS Codes

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

#0edcad Text Font Color

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

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


#0edcad Background Color

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

This div background color is #0edcad


#0edcad Border Color

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

This div border color is #0edcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edcad


Comments

No comments written yet.

Please login to write comment.