Color Hex Logo

#0daca0 Color Hex

#0DACA0
(13,172,160)
0 Favorites   0 Comments

Color spaces of #0daca0

RGB 13172160
HSL0.490.860.36
HSV175°92°67°
CMYK 0.920.000.07   0.33
XYZ21.263732.128738.3384
Yxy32.12870.23180.3502
Hunter Lab56.6822-32.2315-0.4247
CIE-Lab63.4491-38.9218-4.2469

#0daca0 color RGB value is (13,172,160).

#0daca0 hex color red value is 13, green value is 172 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #0daca0 hue: 0.49 , saturation: 0.86 and the lightness value of 0daca0 is 0.36.

The process color (four color CMYK) of #0daca0 color hex is 0.92, 0.00, 0.07, 0.33. Web safe color of #0daca0 is #009999. Color #0daca0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101100 10100000
Octal 15 254 240
Decimal 13 172 160
Hex D AC A0

RGB Percentages of Color #0daca0

%3.77
%49.86
%46.38

CMYK Percentages of Color #0daca0

%92
%0
%7
%33

Triadic Colors of #0daca0

#0daca0 #a00dac #aca00d

Analogous Colors of #0daca0

#0daca0 #0d69ac #0dac51

Monochromatic Colors of #0daca0

#0daca0

Complementary Color

#0daca0 #ac0d19

#0daca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daca0 Color CSS Codes

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

#0daca0 Text Font Color

<p style="color:#0daca0">Text here</p>

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


#0daca0 Background Color

<div style="background-color:#0daca0">
Div content here</div>

This div background color is #0daca0


#0daca0 Border Color

<div style="border:3px solid #0daca0">
Div here</div>

This div border color is #0daca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daca0


Comments

No comments written yet.

Please login to write comment.