Color Hex Logo

#00daaa Color Hex

#00DAAA
(0,218,170)
0 Favorites   0 Comments

Color spaces of #00daaa

RGB 0218170
HSL0.461.000.43
HSV167°100°85°
CMYK 1.000.000.22   0.15
XYZ32.327153.045146.5651
Yxy53.04510.24500.4020
Hunter Lab72.8321-48.227513.0755
CIE-Lab77.9016-55.731711.2166

#00daaa color RGB value is (0,218,170).

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

The process color (four color CMYK) of #00daaa color hex is 1.00, 0.00, 0.22, 0.15. Web safe color of #00daaa is #00cc99. Color #00daaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011010 10101010
Octal 0 332 252
Decimal 0 218 170
Hex 0 DA AA

RGB Percentages of Color #00daaa

%0.00
%56.19
%43.81

CMYK Percentages of Color #00daaa

%100
%0
%22
%15

Triadic Colors of #00daaa

#00daaa #aa00da #daaa00

Analogous Colors of #00daaa

#00daaa #009dda #00da3d

Monochromatic Colors of #00daaa

#00daaa

Complementary Color

#00daaa #da0030

#00daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#00daaa Color CSS Codes

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

#00daaa Text Font Color

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

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


#00daaa Background Color

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

This div background color is #00daaa


#00daaa Border Color

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

This div border color is #00daaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00daaa


Comments

No comments written yet.

Please login to write comment.