Color Hex Logo

#afea70 Color Hex

#AFEA70
(175,234,112)
0 Favorites   0 Comments

Color spaces of #afea70

RGB 175234112
HSL0.250.740.68
HSV89°52°92°
CMYK 0.250.000.52   0.08
XYZ50.026669.129426.0359
Yxy69.12940.34460.4761
Hunter Lab83.1441-38.101339.6347
CIE-Lab86.5681-38.405052.7046

#afea70 color RGB value is (175,234,112).

#afea70 hex color red value is 175, green value is 234 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #afea70 hue: 0.25 , saturation: 0.74 and the lightness value of afea70 is 0.68.

The process color (four color CMYK) of #afea70 color hex is 0.25, 0.00, 0.52, 0.08. Web safe color of #afea70 is #99ff66. Color #afea70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 01110000
Octal 257 352 160
Decimal 175 234 112
Hex AF EA 70

RGB Percentages of Color #afea70

%33.59
%44.91
%21.50

CMYK Percentages of Color #afea70

%25
%0
%52
%8

Triadic Colors of #afea70

#afea70 #70afea #ea70af

Analogous Colors of #afea70

#afea70 #72ea70 #eae870

Monochromatic Colors of #afea70

#afea70

Complementary Color

#afea70 #ab70ea

#afea70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afea70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afea70 Color CSS Codes

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

#afea70 Text Font Color

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

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


#afea70 Background Color

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

This div background color is #afea70


#afea70 Border Color

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

This div border color is #afea70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,234,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afea70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afea70;
  -webkit-box-shadow: 1px 1px 3px 2px #afea70;
  box-shadow:         1px 1px 3px 2px #afea70; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afea70


Comments

No comments written yet.

Please login to write comment.