Color Hex Logo

#0ac527 Color Hex

#0AC527
(10,197,39)
0 Favorites   0 Comments

Color spaces of #0ac527

RGB 1019739
HSL0.360.900.41
HSV129°95°77°
CMYK 0.950.000.80   0.23
XYZ20.457640.14358.5897
Yxy40.14350.29570.5802
Hunter Lab63.3589-53.243236.3132
CIE-Lab69.5716-69.197061.7606

#0ac527 color RGB value is (10,197,39).

#0ac527 hex color red value is 10, green value is 197 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #0ac527 hue: 0.36 , saturation: 0.90 and the lightness value of 0ac527 is 0.41.

The process color (four color CMYK) of #0ac527 color hex is 0.95, 0.00, 0.80, 0.23. Web safe color of #0ac527 is #00cc33. Color #0ac527 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11000101 00100111
Octal 12 305 47
Decimal 10 197 39
Hex A C5 27

RGB Percentages of Color #0ac527

%4.07
%80.08
%15.85

CMYK Percentages of Color #0ac527

%95
%0
%80
%23

Triadic Colors of #0ac527

#0ac527 #270ac5 #c5270a

Analogous Colors of #0ac527

#0ac527 #0ac585 #4bc50a

Monochromatic Colors of #0ac527

#0ac527

Complementary Color

#0ac527 #c50aa8

#0ac527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ac527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ac527 Color CSS Codes

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

#0ac527 Text Font Color

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

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


#0ac527 Background Color

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

This div background color is #0ac527


#0ac527 Border Color

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

This div border color is #0ac527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ac527


Comments

No comments written yet.

Please login to write comment.