Color Hex Logo

#00ddb2 Color Hex

#00DDB2
(0,221,178)
0 Favorites   0 Comments

Color spaces of #00ddb2

RGB 0221178
HSL0.471.000.43
HSV168°100°87°
CMYK 1.000.000.19   0.13
XYZ33.892354.927350.9352
Yxy54.92730.24250.3930
Hunter Lab74.1130-48.068511.1312
CIE-Lab78.9994-54.91918.5357

#00ddb2 color RGB value is (0,221,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011101 10110010
Octal 0 335 262
Decimal 0 221 178
Hex 0 DD B2

RGB Percentages of Color #00ddb2

%0.00
%55.39
%44.61

CMYK Percentages of Color #00ddb2

%100
%0
%19
%13

Triadic Colors of #00ddb2

#00ddb2 #b200dd #ddb200

Analogous Colors of #00ddb2

#00ddb2 #009add #00dd44

Monochromatic Colors of #00ddb2

#00ddb2

Complementary Color

#00ddb2 #dd002b

#00ddb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ddb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ddb2 Color CSS Codes

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

#00ddb2 Text Font Color

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

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


#00ddb2 Background Color

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

This div background color is #00ddb2


#00ddb2 Border Color

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

This div border color is #00ddb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ddb2


Comments

No comments written yet.

Please login to write comment.