Color Hex Logo

#00ddab Color Hex

#00DDAB
(0,221,171)
0 Favorites   0 Comments

Color spaces of #00ddab

RGB 0221171
HSL0.461.000.43
HSV166°100°87°
CMYK 1.000.000.23   0.13
XYZ33.207154.653247.3270
Yxy54.65320.24560.4043
Hunter Lab73.9278-49.194513.7933
CIE-Lab78.8411-56.642512.0190

#00ddab color RGB value is (0,221,171).

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

The process color (four color CMYK) of #00ddab color hex is 1.00, 0.00, 0.23, 0.13. Web safe color of #00ddab is #00cc99. Color #00ddab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011101 10101011
Octal 0 335 253
Decimal 0 221 171
Hex 0 DD AB

RGB Percentages of Color #00ddab

%0.00
%56.38
%43.62

CMYK Percentages of Color #00ddab

%100
%0
%23
%13

Triadic Colors of #00ddab

#00ddab #ab00dd #ddab00

Analogous Colors of #00ddab

#00ddab #00a1dd #00dd3d

Monochromatic Colors of #00ddab

#00ddab

Complementary Color

#00ddab #dd0032

#00ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ddab Color CSS Codes

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

#00ddab Text Font Color

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

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


#00ddab Background Color

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

This div background color is #00ddab


#00ddab Border Color

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

This div border color is #00ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ddab


Comments

No comments written yet.

Please login to write comment.