Color Hex Logo

#00edcc Color Hex

#00EDCC
(0,237,204)
0 Favorites   0 Comments

Color spaces of #00edcc

RGB 0237204
HSL0.481.000.46
HSV172°100°93°
CMYK 1.000.000.14   0.07
XYZ41.183364.928067.4885
Yxy64.92800.23720.3740
Hunter Lab80.5779-49.78026.7459
CIE-Lab84.4466-54.60622.6594

#00edcc color RGB value is (0,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101101 11001100
Octal 0 355 314
Decimal 0 237 204
Hex 0 ED CC

RGB Percentages of Color #00edcc

%0.00
%53.74
%46.26

CMYK Percentages of Color #00edcc

%100
%0
%14
%7

Triadic Colors of #00edcc

#00edcc #cc00ed #edcc00

Analogous Colors of #00edcc

#00edcc #0098ed #00ed56

Monochromatic Colors of #00edcc

#00edcc

Complementary Color

#00edcc #ed0021

#00edcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00edcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00edcc Color CSS Codes

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

#00edcc Text Font Color

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

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


#00edcc Background Color

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

This div background color is #00edcc


#00edcc Border Color

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

This div border color is #00edcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00edcc


Comments

No comments written yet.

Please login to write comment.