Color Hex Logo

#0daccd Color Hex

#0DACCD
(13,172,205)
0 Favorites   0 Comments

Color spaces of #0daccd

RGB 13172205
HSL0.530.880.43
HSV190°94°80°
CMYK 0.940.160.00   0.20
XYZ25.937933.998462.9529
Yxy33.99840.21110.2767
Hunter Lab58.3081-22.6350-23.1973
CIE-Lab64.9613-24.6548-27.0270

#0daccd color RGB value is (13,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101100 11001101
Octal 15 254 315
Decimal 13 172 205
Hex D AC CD

RGB Percentages of Color #0daccd

%3.33
%44.10
%52.56

CMYK Percentages of Color #0daccd

%94
%16
%0
%20

Triadic Colors of #0daccd

#0daccd #cd0dac #accd0d

Analogous Colors of #0daccd

#0daccd #0d4ccd #0dcd8e

Monochromatic Colors of #0daccd

#0daccd

Complementary Color

#0daccd #cd2e0d

#0daccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daccd Color CSS Codes

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

#0daccd Text Font Color

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

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


#0daccd Background Color

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

This div background color is #0daccd


#0daccd Border Color

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

This div border color is #0daccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daccd


Comments

No comments written yet.

Please login to write comment.