Color Hex Logo

#0daf96 Color Hex

#0DAF96
(13,175,150)
0 Favorites   0 Comments

Color spaces of #0daf96

RGB 13175150
HSL0.470.860.37
HSV171°93°69°
CMYK 0.930.000.14   0.31
XYZ21.001032.947534.1068
Yxy32.94750.23850.3742
Hunter Lab57.3999-35.14184.9501
CIE-Lab64.1184-43.06172.3068

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101111 10010110
Octal 15 257 226
Decimal 13 175 150
Hex D AF 96

RGB Percentages of Color #0daf96

%3.85
%51.78
%44.38

CMYK Percentages of Color #0daf96

%93
%0
%14
%31

Triadic Colors of #0daf96

#0daf96 #960daf #af960d

Analogous Colors of #0daf96

#0daf96 #0d77af #0daf45

Monochromatic Colors of #0daf96

#0daf96

Complementary Color

#0daf96 #af0d26

#0daf96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daf96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daf96 Color CSS Codes

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

#0daf96 Text Font Color

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

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


#0daf96 Background Color

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

This div background color is #0daf96


#0daf96 Border Color

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

This div border color is #0daf96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daf96


Comments

No comments written yet.

Please login to write comment.