Color Hex Logo

#00ddd5 Color Hex

#00DDD5
(0,221,213)
0 Favorites   0 Comments

Color spaces of #00ddd5

RGB 0221213
HSL0.491.000.43
HSV178°100°87°
CMYK 1.000.000.04   0.13
XYZ37.866756.517071.8639
Yxy56.51700.22780.3400
Hunter Lab75.1778-41.6515-4.0520
CIE-Lab79.9072-45.4817-8.7755

#00ddd5 color RGB value is (0,221,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011101 11010101
Octal 0 335 325
Decimal 0 221 213
Hex 0 DD D5

RGB Percentages of Color #00ddd5

%0.00
%50.92
%49.08

CMYK Percentages of Color #00ddd5

%100
%0
%4
%13

Triadic Colors of #00ddd5

#00ddd5 #d500dd #ddd500

Analogous Colors of #00ddd5

#00ddd5 #0077dd #00dd67

Monochromatic Colors of #00ddd5

#00ddd5

Complementary Color

#00ddd5 #dd0008

#00ddd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ddd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ddd5 Color CSS Codes

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

#00ddd5 Text Font Color

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

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


#00ddd5 Background Color

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

This div background color is #00ddd5


#00ddd5 Border Color

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

This div border color is #00ddd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ddd5

#00ddd5 Color Palettes


Comments

No comments written yet.

Please login to write comment.