Color Hex Logo

#0accad Color Hex

#0ACCAD
(10,204,173)
0 Favorites   0 Comments

Color spaces of #0accad

RGB 10204173
HSL0.470.910.42
HSV170°95°80°
CMYK 0.950.000.15   0.20
XYZ29.260946.267446.9235
Yxy46.26740.23900.3778
Hunter Lab68.0201-42.24816.7131
CIE-Lab73.7187-49.10513.6191

#0accad color RGB value is (10,204,173).

#0accad hex color red value is 10, green value is 204 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #0accad hue: 0.47 , saturation: 0.91 and the lightness value of 0accad is 0.42.

The process color (four color CMYK) of #0accad color hex is 0.95, 0.00, 0.15, 0.20. Web safe color of #0accad is #00cc99. Color #0accad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001100 10101101
Octal 12 314 255
Decimal 10 204 173
Hex A CC AD

RGB Percentages of Color #0accad

%2.58
%52.71
%44.70

CMYK Percentages of Color #0accad

%95
%0
%15
%20

Triadic Colors of #0accad

#0accad #ad0acc #ccad0a

Analogous Colors of #0accad

#0accad #0a8acc #0acc4c

Monochromatic Colors of #0accad

#0accad

Complementary Color

#0accad #cc0a29

#0accad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0accad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0accad Color CSS Codes

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

#0accad Text Font Color

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

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


#0accad Background Color

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

This div background color is #0accad


#0accad Border Color

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

This div border color is #0accad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0accad


Comments

No comments written yet.

Please login to write comment.