Color Hex Logo

#a0ce74 Color Hex

#A0CE74
(160,206,116)
0 Favorites   0 Comments

Color spaces of #a0ce74

RGB 160206116
HSL0.250.480.63
HSV91°44°81°
CMYK 0.220.000.44   0.19
XYZ39.720952.877224.6358
Yxy52.87720.33880.4510
Hunter Lab72.7167-29.750130.8148
CIE-Lab77.8024-30.500039.8578

#a0ce74 color RGB value is (160,206,116).

#a0ce74 hex color red value is 160, green value is 206 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a0ce74 hue: 0.25 , saturation: 0.48 and the lightness value of a0ce74 is 0.63.

The process color (four color CMYK) of #a0ce74 color hex is 0.22, 0.00, 0.44, 0.19. Web safe color of #a0ce74 is #99cc66. Color #a0ce74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001110 01110100
Octal 240 316 164
Decimal 160 206 116
Hex A0 CE 74

RGB Percentages of Color #a0ce74

%33.20
%42.74
%24.07

CMYK Percentages of Color #a0ce74

%22
%0
%44
%19

Triadic Colors of #a0ce74

#a0ce74 #74a0ce #ce74a0

Analogous Colors of #a0ce74

#a0ce74 #74ce75 #cdce74

Monochromatic Colors of #a0ce74

#a0ce74

Complementary Color

#a0ce74 #a274ce

#a0ce74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ce74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ce74 Color CSS Codes

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

#a0ce74 Text Font Color

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

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


#a0ce74 Background Color

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

This div background color is #a0ce74


#a0ce74 Border Color

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

This div border color is #a0ce74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,206,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0ce74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0ce74;
  -webkit-box-shadow: 1px 1px 3px 2px #a0ce74;
  box-shadow:         1px 1px 3px 2px #a0ce74; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ce74


Comments

No comments written yet.

Please login to write comment.