Color Hex Logo

#0daccc Color Hex

#0DACCC
(13,172,204)
0 Favorites   0 Comments

Color spaces of #0daccc

RGB 13172204
HSL0.530.880.43
HSV190°94°80°
CMYK 0.940.160.00   0.20
XYZ25.817633.950262.3191
Yxy33.95020.21150.2781
Hunter Lab58.2668-22.8748-22.6267
CIE-Lab64.9230-24.9920-26.5319

#0daccc color RGB value is (13,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101100 11001100
Octal 15 254 314
Decimal 13 172 204
Hex D AC CC

RGB Percentages of Color #0daccc

%3.34
%44.22
%52.44

CMYK Percentages of Color #0daccc

%94
%16
%0
%20

Triadic Colors of #0daccc

#0daccc #cc0dac #accc0d

Analogous Colors of #0daccc

#0daccc #0d4ccc #0dcc8d

Monochromatic Colors of #0daccc

#0daccc

Complementary Color

#0daccc #cc2d0d

#0daccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daccc Color CSS Codes

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

#0daccc Text Font Color

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

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


#0daccc Background Color

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

This div background color is #0daccc


#0daccc Border Color

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

This div border color is #0daccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,172,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 #0daccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daccc


Comments

No comments written yet.

Please login to write comment.