Color Hex Logo

#0accab Color Hex

#0ACCAB
(10,204,171)
0 Favorites   0 Comments

Color spaces of #0accab

RGB 10204171
HSL0.470.910.42
HSV170°95°80°
CMYK 0.950.000.16   0.20
XYZ29.068746.190545.9117
Yxy46.19050.23990.3812
Hunter Lab67.9636-42.59017.5221
CIE-Lab73.6690-49.63164.6271

#0accab color RGB value is (10,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001100 10101011
Octal 12 314 253
Decimal 10 204 171
Hex A CC AB

RGB Percentages of Color #0accab

%2.60
%52.99
%44.42

CMYK Percentages of Color #0accab

%95
%0
%16
%20

Triadic Colors of #0accab

#0accab #ab0acc #ccab0a

Analogous Colors of #0accab

#0accab #0a8ccc #0acc4a

Monochromatic Colors of #0accab

#0accab

Complementary Color

#0accab #cc0a2b

#0accab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0accab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0accab Color CSS Codes

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

#0accab Text Font Color

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

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


#0accab Background Color

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

This div background color is #0accab


#0accab Border Color

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

This div border color is #0accab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0accab


Comments

No comments written yet.

Please login to write comment.