Color Hex Logo

#0dc4ac Color Hex

#0DC4AC
(13,196,172)
0 Favorites   0 Comments

Color spaces of #0dc4ac

RGB 13196172
HSL0.480.880.41
HSV172°93°77°
CMYK 0.930.000.12   0.23
XYZ27.352342.544045.7999
Yxy42.54400.23640.3677
Hunter Lab65.2258-39.29144.0261
CIE-Lab71.2444-45.94600.5686

#0dc4ac color RGB value is (13,196,172).

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

The process color (four color CMYK) of #0dc4ac color hex is 0.93, 0.00, 0.12, 0.23. Web safe color of #0dc4ac is #00cc99. Color #0dc4ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000100 10101100
Octal 15 304 254
Decimal 13 196 172
Hex D C4 AC

RGB Percentages of Color #0dc4ac

%3.41
%51.44
%45.14

CMYK Percentages of Color #0dc4ac

%93
%0
%12
%23

Triadic Colors of #0dc4ac

#0dc4ac #ac0dc4 #c4ac0d

Analogous Colors of #0dc4ac

#0dc4ac #0d81c4 #0dc451

Monochromatic Colors of #0dc4ac

#0dc4ac

Complementary Color

#0dc4ac #c40d25

#0dc4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc4ac Color CSS Codes

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

#0dc4ac Text Font Color

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

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


#0dc4ac Background Color

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

This div background color is #0dc4ac


#0dc4ac Border Color

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

This div border color is #0dc4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc4ac


Comments

No comments written yet.

Please login to write comment.