Color Hex Logo

#0dacaf Color Hex

#0DACAF
(13,172,175)
0 Favorites   0 Comments

Color spaces of #0dacaf

RGB 13172175
HSL0.500.860.37
HSV181°93°69°
CMYK 0.930.020.00   0.31
XYZ22.656432.685845.6723
Yxy32.68580.22430.3236
Hunter Lab57.1715-29.3126-7.3447
CIE-Lab63.9057-34.4026-11.9451

#0dacaf color RGB value is (13,172,175).

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

The process color (four color CMYK) of #0dacaf color hex is 0.93, 0.02, 0.00, 0.31. Web safe color of #0dacaf is #009999. Color #0dacaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101100 10101111
Octal 15 254 257
Decimal 13 172 175
Hex D AC AF

RGB Percentages of Color #0dacaf

%3.61
%47.78
%48.61

CMYK Percentages of Color #0dacaf

%93
%2
%0
%31

Triadic Colors of #0dacaf

#0dacaf #af0dac #acaf0d

Analogous Colors of #0dacaf

#0dacaf #0d5baf #0daf61

Monochromatic Colors of #0dacaf

#0dacaf

Complementary Color

#0dacaf #af100d

#0dacaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dacaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dacaf Color CSS Codes

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

#0dacaf Text Font Color

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

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


#0dacaf Background Color

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

This div background color is #0dacaf


#0dacaf Border Color

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

This div border color is #0dacaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dacaf


Comments

No comments written yet.

Please login to write comment.