Color Hex Logo

#0d9dda Color Hex

#0D9DDA
(13,157,218)
0 Favorites   0 Comments

Color spaces of #0d9dda

RGB 13157218
HSL0.550.890.45
HSV198°94°85°
CMYK 0.940.280.00   0.15
XYZ24.877829.261570.6665
Yxy29.26150.19930.2345
Hunter Lab54.0939-12.5721-39.5888
CIE-Lab61.0117-12.1107-40.3813

#0d9dda color RGB value is (13,157,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10011101 11011010
Octal 15 235 332
Decimal 13 157 218
Hex D 9D DA

RGB Percentages of Color #0d9dda

%3.35
%40.46
%56.19

CMYK Percentages of Color #0d9dda

%94
%28
%0
%15

Triadic Colors of #0d9dda

#0d9dda #da0d9d #9dda0d

Analogous Colors of #0d9dda

#0d9dda #0d36da #0ddab1

Monochromatic Colors of #0d9dda

#0d9dda

Complementary Color

#0d9dda #da4a0d

#0d9dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d9dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d9dda Color CSS Codes

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

#0d9dda Text Font Color

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

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


#0d9dda Background Color

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

This div background color is #0d9dda


#0d9dda Border Color

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

This div border color is #0d9dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d9dda


Comments

No comments written yet.

Please login to write comment.