Color Hex Logo

#0edacc Color Hex

#0EDACC
(14,218,204)
0 Favorites   0 Comments

Color spaces of #0edacc

RGB 14218204
HSL0.490.880.45
HSV176°94°85°
CMYK 0.940.000.06   0.15
XYZ36.151654.595865.7594
Yxy54.59580.23100.3488
Hunter Lab73.8890-41.9711-1.0444
CIE-Lab78.8079-46.3841-5.5936

#0edacc color RGB value is (14,218,204).

#0edacc hex color red value is 14, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0edacc hue: 0.49 , saturation: 0.88 and the lightness value of 0edacc is 0.45.

The process color (four color CMYK) of #0edacc color hex is 0.94, 0.00, 0.06, 0.15. Web safe color of #0edacc is #00cccc. Color #0edacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011010 11001100
Octal 16 332 314
Decimal 14 218 204
Hex E DA CC

RGB Percentages of Color #0edacc

%3.21
%50.00
%46.79

CMYK Percentages of Color #0edacc

%94
%0
%6
%15

Triadic Colors of #0edacc

#0edacc #cc0eda #dacc0e

Analogous Colors of #0edacc

#0edacc #0e82da #0eda66

Monochromatic Colors of #0edacc

#0edacc

Complementary Color

#0edacc #da0e1c

#0edacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edacc Color CSS Codes

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

#0edacc Text Font Color

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

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


#0edacc Background Color

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

This div background color is #0edacc


#0edacc Border Color

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

This div border color is #0edacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edacc


Comments

No comments written yet.

Please login to write comment.