Color Hex Logo

#00ddcc Color Hex

#00DDCC
(0,221,204)
2 Favorites   0 Comments

Color spaces of #00ddcc

RGB 0221204
HSL0.491.000.43
HSV175°100°87°
CMYK 1.000.000.08   0.13
XYZ36.755556.072566.0126
Yxy56.07250.23140.3530
Hunter Lab74.8816-43.42630.1494
CIE-Lab79.6551-48.0297-4.3497

#00ddcc color RGB value is (0,221,204). This hex color code is also a web safe color which is equal to #0DC.

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

The process color (four color CMYK) of #00ddcc color hex is 1.00, 0.00, 0.08, 0.13. Web safe color of #00ddcc is #00cccc. Color #00ddcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011101 11001100
Octal 0 335 314
Decimal 0 221 204
Hex 0 DD CC

RGB Percentages of Color #00ddcc

%0.00
%52.00
%48.00

CMYK Percentages of Color #00ddcc

%100
%0
%8
%13

Triadic Colors of #00ddcc

#00ddcc #cc00dd #ddcc00

Analogous Colors of #00ddcc

#00ddcc #0080dd #00dd5e

Monochromatic Colors of #00ddcc

#00ddcc

Complementary Color

#00ddcc #dd0011

#00ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ddcc Color CSS Codes

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

#00ddcc Text Font Color

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

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


#00ddcc Background Color

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

This div background color is #00ddcc


#00ddcc Border Color

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

This div border color is #00ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ddcc

#00ddcc Color Palettes


Comments

No comments written yet.

Please login to write comment.