Color Hex Logo

#0eedcd Color Hex

#0EEDCD
(14,237,205)
0 Favorites   0 Comments

Color spaces of #0eedcd

RGB 14237205
HSL0.480.890.49
HSV171°94°93°
CMYK 0.940.000.14   0.07
XYZ41.484765.069568.1308
Yxy65.06950.23750.3725
Hunter Lab80.6657-49.36606.3892
CIE-Lab84.5195-53.99982.2459

#0eedcd color RGB value is (14,237,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101101 11001101
Octal 16 355 315
Decimal 14 237 205
Hex E ED CD

RGB Percentages of Color #0eedcd

%3.07
%51.97
%44.96

CMYK Percentages of Color #0eedcd

%94
%0
%14
%7

Triadic Colors of #0eedcd

#0eedcd #cd0eed #edcd0e

Analogous Colors of #0eedcd

#0eedcd #0e9eed #0eed5d

Monochromatic Colors of #0eedcd

#0eedcd

Complementary Color

#0eedcd #ed0e2e

#0eedcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eedcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eedcd Color CSS Codes

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

#0eedcd Text Font Color

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

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


#0eedcd Background Color

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

This div background color is #0eedcd


#0eedcd Border Color

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

This div border color is #0eedcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eedcd


Comments

No comments written yet.

Please login to write comment.