color codes Logo

#00d0ac color codes

#00D0AC
(0,208,172)
0 Favorites   0 Comments

Color spaces of #00d0ac

RGB 0208172
HSL0.471.000.41
HSV170°100°82°
CMYK 1.000.000.17   0.18
XYZ30.002348.090346.7308
Yxy48.09030.24040.3853
Hunter Lab69.3472-44.13158.5894
CIE-Lab74.8818-51.29105.8316

#00d0ac color RGB value is (0,208,172).

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

The process color (four color CMYK) of #00d0ac color code is 1.00, 0.00, 0.17, 0.18. Web safe color of #00d0ac is #00cc99. Color #00d0ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11010000 10101100
Octal 0 320 254
Decimal 0 208 172
Hex 0 D0 AC

RGB Percentages of Color #00d0ac

%0.00
%54.74
%45.26

CMYK Percentages of Color #00d0ac

%100
%0
%17
%18

Triadic Colors of #00d0ac

#00d0ac #ac00d0 #d0ac00

Analogous Colors of #00d0ac

#00d0ac #008cd0 #00d044

Monochromatic Colors of #00d0ac

#00d0ac

Complementary Color

#00d0ac #d00024

#00d0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00d0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#00d0ac Color CSS Codes

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

#00d0ac Text Font Color

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

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


#00d0ac Background Color

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

This div background color is #00d0ac


#00d0ac Border Color

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

This div border color is #00d0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00d0ac


Comments

No comments written yet.

Please login to write comment.