Color Hex Logo

#0accaf Color Hex

#0ACCAF
(10,204,175)
0 Favorites   0 Comments

Color spaces of #0accaf

RGB 10204175
HSL0.480.910.42
HSV171°95°80°
CMYK 0.950.000.14   0.20
XYZ29.455946.345447.9505
Yxy46.34540.23800.3745
Hunter Lab68.0775-41.90185.8932
CIE-Lab73.7691-48.57402.6118

#0accaf color RGB value is (10,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001100 10101111
Octal 12 314 257
Decimal 10 204 175
Hex A CC AF

RGB Percentages of Color #0accaf

%2.57
%52.44
%44.99

CMYK Percentages of Color #0accaf

%95
%0
%14
%20

Triadic Colors of #0accaf

#0accaf #af0acc #ccaf0a

Analogous Colors of #0accaf

#0accaf #0a88cc #0acc4e

Monochromatic Colors of #0accaf

#0accaf

Complementary Color

#0accaf #cc0a27

#0accaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0accaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0accaf Color CSS Codes

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

#0accaf Text Font Color

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

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


#0accaf Background Color

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

This div background color is #0accaf


#0accaf Border Color

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

This div border color is #0accaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0accaf


Comments

No comments written yet.

Please login to write comment.