color codes Logo

#0eedcc color codes

#0EEDCC
(14,237,204)
0 Favorites   0 Comments

Color spaces of #0eedcc

RGB 14237204
HSL0.480.890.49
HSV171°94°93°
CMYK 0.940.000.14   0.07
XYZ41.364465.021467.4970
Yxy65.02140.23790.3739
Hunter Lab80.6358-49.54626.8158
CIE-Lab84.4948-54.26002.7353

#0eedcc color RGB value is (14,237,204).

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

The process color (four color CMYK) of #0eedcc color code is 0.94, 0.00, 0.14, 0.07. Web safe color of #0eedcc is #00ffcc. Color #0eedcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101101 11001100
Octal 16 355 314
Decimal 14 237 204
Hex E ED CC

RGB Percentages of Color #0eedcc

%3.08
%52.09
%44.84

CMYK Percentages of Color #0eedcc

%94
%0
%14
%7

Triadic Colors of #0eedcc

#0eedcc #cc0eed #edcc0e

Analogous Colors of #0eedcc

#0eedcc #0e9fed #0eed5d

Monochromatic Colors of #0eedcc

#0eedcc

Complementary Color

#0eedcc #ed0e2f

#0eedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eedcc Color CSS Codes

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

#0eedcc Text Font Color

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

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


#0eedcc Background Color

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

This div background color is #0eedcc


#0eedcc Border Color

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

This div border color is #0eedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eedcc


Comments

No comments written yet.

Please login to write comment.