Color Hex Logo

#00edcd Color Hex

#00EDCD
(0,237,205)
0 Favorites   0 Comments

Color spaces of #00edcd

RGB 0237205
HSL0.481.000.46
HSV172°100°93°
CMYK 1.000.000.14   0.07
XYZ41.303664.976268.1223
Yxy64.97620.23680.3726
Hunter Lab80.6078-49.59996.3190
CIE-Lab84.4715-54.34532.1701

#00edcd color RGB value is (0,237,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101101 11001101
Octal 0 355 315
Decimal 0 237 205
Hex 0 ED CD

RGB Percentages of Color #00edcd

%0.00
%53.62
%46.38

CMYK Percentages of Color #00edcd

%100
%0
%14
%7

Triadic Colors of #00edcd

#00edcd #cd00ed #edcd00

Analogous Colors of #00edcd

#00edcd #0097ed #00ed56

Monochromatic Colors of #00edcd

#00edcd

Complementary Color

#00edcd #ed0020

#00edcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00edcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00edcd Color CSS Codes

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

#00edcd Text Font Color

<p style="color:#00edcd">Text here</p>

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


#00edcd Background Color

<div style="background-color:#00edcd">
Div content here</div>

This div background color is #00edcd


#00edcd Border Color

<div style="border:3px solid #00edcd">
Div here</div>

This div border color is #00edcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00edcd


Comments

No comments written yet.

Please login to write comment.