Color Hex Logo

#0dafaf Color Hex

#0DAFAF
(13,175,175)
0 Favorites   0 Comments

Color spaces of #0dafaf

RGB 13175175
HSL0.500.860.37
HSV180°93°69°
CMYK 0.930.000.00   0.31
XYZ23.233833.840745.8648
Yxy33.84070.22570.3287
Hunter Lab58.1728-30.5107-6.0247
CIE-Lab64.8359-35.8008-10.5512

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101111 10101111
Octal 15 257 257
Decimal 13 175 175
Hex D AF AF

RGB Percentages of Color #0dafaf

%3.58
%48.21
%48.21

CMYK Percentages of Color #0dafaf

%93
%0
%0
%31

Triadic Colors of #0dafaf

#0dafaf #af0daf #afaf0d

Analogous Colors of #0dafaf

#0dafaf #0d5eaf #0daf5e

Monochromatic Colors of #0dafaf

#0dafaf

Complementary Color

#0dafaf #af0d0d

#0dafaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dafaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dafaf Color CSS Codes

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

#0dafaf Text Font Color

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

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


#0dafaf Background Color

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

This div background color is #0dafaf


#0dafaf Border Color

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

This div border color is #0dafaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dafaf


Comments

No comments written yet.

Please login to write comment.