color codes Logo

#0da9cc color codes

#0DA9CC
(13,169,204)
0 Favorites   0 Comments

Color spaces of #0da9cc

RGB 13169204
HSL0.530.880.43
HSV191°94°80°
CMYK 0.940.170.00   0.20
XYZ25.253032.821162.1309
Yxy32.82110.21010.2730
Hunter Lab57.2897-21.5751-24.1974
CIE-Lab64.0158-23.4594-27.9288

#0da9cc color RGB value is (13,169,204).

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

The process color (four color CMYK) of #0da9cc color code is 0.94, 0.17, 0.00, 0.20. Web safe color of #0da9cc is #0099cc. Color #0da9cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101001 11001100
Octal 15 251 314
Decimal 13 169 204
Hex D A9 CC

RGB Percentages of Color #0da9cc

%3.37
%43.78
%52.85

CMYK Percentages of Color #0da9cc

%94
%17
%0
%20

Triadic Colors of #0da9cc

#0da9cc #cc0da9 #a9cc0d

Analogous Colors of #0da9cc

#0da9cc #0d49cc #0dcc90

Monochromatic Colors of #0da9cc

#0da9cc

Complementary Color

#0da9cc #cc300d

#0da9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0da9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0da9cc Color CSS Codes

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

#0da9cc Text Font Color

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

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


#0da9cc Background Color

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

This div background color is #0da9cc


#0da9cc Border Color

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

This div border color is #0da9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0da9cc


Comments

No comments written yet.

Please login to write comment.