Color Hex Logo

#00eddd Color Hex

#00EDDD
(0,237,221)
0 Favorites   0 Comments

Color spaces of #00eddd

RGB 0237221
HSL0.491.000.46
HSV176°100°93°
CMYK 1.000.000.07   0.07
XYZ43.335365.788878.8211
Yxy65.78880.23060.3500
Hunter Lab81.1103-46.5747-0.8394
CIE-Lab84.8886-50.0326-5.6340

#00eddd color RGB value is (0,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11101101 11011101
Octal 0 355 335
Decimal 0 237 221
Hex 0 ED DD

RGB Percentages of Color #00eddd

%0.00
%51.75
%48.25

CMYK Percentages of Color #00eddd

%100
%0
%7
%7

Triadic Colors of #00eddd

#00eddd #dd00ed #eddd00

Analogous Colors of #00eddd

#00eddd #0087ed #00ed67

Monochromatic Colors of #00eddd

#00eddd

Complementary Color

#00eddd #ed0010

#00eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00eddd Color CSS Codes

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

#00eddd Text Font Color

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

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


#00eddd Background Color

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

This div background color is #00eddd


#00eddd Border Color

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

This div border color is #00eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00eddd


Comments

No comments written yet.

Please login to write comment.