Color Hex Logo

#0d9ace Color Hex

#0D9ACE
(13,154,206)
0 Favorites   0 Comments

Color spaces of #0d9ace

RGB 13154206
HSL0.540.880.43
HSV196°94°81°
CMYK 0.940.250.00   0.19
XYZ22.862227.653062.5251
Yxy27.65300.20220.2446
Hunter Lab52.5861-14.4215-33.6858
CIE-Lab59.5739-14.7955-35.9373

#0d9ace color RGB value is (13,154,206).

#0d9ace hex color red value is 13, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0d9ace hue: 0.54 , saturation: 0.88 and the lightness value of 0d9ace is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10011010 11001110
Octal 15 232 316
Decimal 13 154 206
Hex D 9A CE

RGB Percentages of Color #0d9ace

%3.49
%41.29
%55.23

CMYK Percentages of Color #0d9ace

%94
%25
%0
%19

Triadic Colors of #0d9ace

#0d9ace #ce0d9a #9ace0d

Analogous Colors of #0d9ace

#0d9ace #0d3ace #0dcea2

Monochromatic Colors of #0d9ace

#0d9ace

Complementary Color

#0d9ace #ce410d

#0d9ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d9ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d9ace Color CSS Codes

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

#0d9ace Text Font Color

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

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


#0d9ace Background Color

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

This div background color is #0d9ace


#0d9ace Border Color

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

This div border color is #0d9ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d9ace


Comments

No comments written yet.

Please login to write comment.