Color Hex Logo

#0d9eaf Color Hex

#0D9EAF
(13,158,175)
0 Favorites   0 Comments

Color spaces of #0d9eaf

RGB 13158175
HSL0.520.860.37
HSV186°93°69°
CMYK 0.930.100.00   0.31
XYZ20.130727.634444.8304
Yxy27.63440.21740.2984
Hunter Lab52.5684-23.6395-13.7647
CIE-Lab59.5570-27.6351-18.5172

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10011110 10101111
Octal 15 236 257
Decimal 13 158 175
Hex D 9E AF

RGB Percentages of Color #0d9eaf

%3.76
%45.66
%50.58

CMYK Percentages of Color #0d9eaf

%93
%10
%0
%31

Triadic Colors of #0d9eaf

#0d9eaf #af0d9e #9eaf0d

Analogous Colors of #0d9eaf

#0d9eaf #0d4daf #0daf6f

Monochromatic Colors of #0d9eaf

#0d9eaf

Complementary Color

#0d9eaf #af1e0d

#0d9eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d9eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d9eaf Color CSS Codes

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

#0d9eaf Text Font Color

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

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


#0d9eaf Background Color

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

This div background color is #0d9eaf


#0d9eaf Border Color

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

This div border color is #0d9eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d9eaf


Comments

No comments written yet.

Please login to write comment.