Color Hex Logo

#0ac702 Color Hex

#0AC702
(10,199,2)
0 Favorites   0 Comments

Color spaces of #0ac702

RGB 101992
HSL0.330.980.39
HSV118°99°78°
CMYK 0.950.000.99   0.22
XYZ20.559640.91586.8714
Yxy40.91580.30080.5986
Hunter Lab63.9655-54.566638.4067
CIE-Lab70.1169-71.050168.8508

#0ac702 color RGB value is (10,199,2).

#0ac702 hex color red value is 10, green value is 199 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #0ac702 hue: 0.33 , saturation: 0.98 and the lightness value of 0ac702 is 0.39.

The process color (four color CMYK) of #0ac702 color hex is 0.95, 0.00, 0.99, 0.22. Web safe color of #0ac702 is #00cc00. Color #0ac702 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11000111 00000010
Octal 12 307 2
Decimal 10 199 2
Hex A C7 2

RGB Percentages of Color #0ac702

%4.74
%94.31
%0.95

CMYK Percentages of Color #0ac702

%95
%0
%99
%22

Triadic Colors of #0ac702

#0ac702 #020ac7 #c7020a

Analogous Colors of #0ac702

#0ac702 #02c75c #6dc702

Monochromatic Colors of #0ac702

#0ac702

Complementary Color

#0ac702 #bf02c7

#0ac702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ac702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ac702 Color CSS Codes

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

#0ac702 Text Font Color

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

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


#0ac702 Background Color

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

This div background color is #0ac702


#0ac702 Border Color

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

This div border color is #0ac702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ac702


Comments

No comments written yet.

Please login to write comment.