Color Hex Logo

#0d9adc Color Hex

#0D9ADC
(13,154,220)
0 Favorites   0 Comments

Color spaces of #0d9adc

RGB 13154220
HSL0.550.890.46
HSV199°94°86°
CMYK 0.940.300.00   0.14
XYZ24.639828.364171.8863
Yxy28.36410.19730.2271
Hunter Lab53.2580-10.6184-42.7476
CIE-Lab60.2163-9.7052-42.7434

#0d9adc color RGB value is (13,154,220).

#0d9adc hex color red value is 13, green value is 154 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0d9adc hue: 0.55 , saturation: 0.89 and the lightness value of 0d9adc is 0.46.

The process color (four color CMYK) of #0d9adc color hex is 0.94, 0.30, 0.00, 0.14. Web safe color of #0d9adc is #0099cc. Color #0d9adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10011010 11011100
Octal 15 232 334
Decimal 13 154 220
Hex D 9A DC

RGB Percentages of Color #0d9adc

%3.36
%39.79
%56.85

CMYK Percentages of Color #0d9adc

%94
%30
%0
%14

Triadic Colors of #0d9adc

#0d9adc #dc0d9a #9adc0d

Analogous Colors of #0d9adc

#0d9adc #0d32dc #0ddcb7

Monochromatic Colors of #0d9adc

#0d9adc

Complementary Color

#0d9adc #dc4f0d

#0d9adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d9adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d9adc Color CSS Codes

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

#0d9adc Text Font Color

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

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


#0d9adc Background Color

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

This div background color is #0d9adc


#0d9adc Border Color

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

This div border color is #0d9adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d9adc


Comments

No comments written yet.

Please login to write comment.