Color Hex Logo

#0dcaac Color Hex

#0DCAAC
(13,202,172)
0 Favorites   0 Comments

Color spaces of #0dcaac

RGB 13202172
HSL0.470.880.42
HSV170°94°79°
CMYK 0.940.000.15   0.21
XYZ28.732945.305246.2601
Yxy45.30520.23880.3766
Hunter Lab67.3091-41.59306.3677
CIE-Lab73.0924-48.44853.2546

#0dcaac color RGB value is (13,202,172).

#0dcaac hex color red value is 13, green value is 202 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0dcaac hue: 0.47 , saturation: 0.88 and the lightness value of 0dcaac is 0.42.

The process color (four color CMYK) of #0dcaac color hex is 0.94, 0.00, 0.15, 0.21. Web safe color of #0dcaac is #00cc99. Color #0dcaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001010 10101100
Octal 15 312 254
Decimal 13 202 172
Hex D CA AC

RGB Percentages of Color #0dcaac

%3.36
%52.20
%44.44

CMYK Percentages of Color #0dcaac

%94
%0
%15
%21

Triadic Colors of #0dcaac

#0dcaac #ac0dca #caac0d

Analogous Colors of #0dcaac

#0dcaac #0d8aca #0dca4e

Monochromatic Colors of #0dcaac

#0dcaac

Complementary Color

#0dcaac #ca0d2b

#0dcaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcaac Color CSS Codes

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

#0dcaac Text Font Color

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

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


#0dcaac Background Color

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

This div background color is #0dcaac


#0dcaac Border Color

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

This div border color is #0dcaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcaac


Comments

No comments written yet.

Please login to write comment.