Color Hex Logo

#0dacca Color Hex

#0DACCA
(13,172,202)
0 Favorites   0 Comments

Color spaces of #0dacca

RGB 13172202
HSL0.530.880.42
HSV190°94°79°
CMYK 0.940.150.00   0.21
XYZ25.579233.854961.0636
Yxy33.85490.21230.2810
Hunter Lab58.1850-23.3517-21.4938
CIE-Lab64.8472-25.6651-25.5399

#0dacca color RGB value is (13,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101100 11001010
Octal 15 254 312
Decimal 13 172 202
Hex D AC CA

RGB Percentages of Color #0dacca

%3.36
%44.44
%52.20

CMYK Percentages of Color #0dacca

%94
%15
%0
%21

Triadic Colors of #0dacca

#0dacca #ca0dac #acca0d

Analogous Colors of #0dacca

#0dacca #0d4eca #0dca8a

Monochromatic Colors of #0dacca

#0dacca

Complementary Color

#0dacca #ca2b0d

#0dacca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dacca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dacca Color CSS Codes

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

#0dacca Text Font Color

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

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


#0dacca Background Color

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

This div background color is #0dacca


#0dacca Border Color

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

This div border color is #0dacca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dacca


Comments

No comments written yet.

Please login to write comment.