Color Hex Logo

#afe46e Color Hex

#AFE46E
(175,228,110)
0 Favorites   0 Comments

Color spaces of #afe46e

RGB 175228110
HSL0.240.690.66
HSV87°52°89°
CMYK 0.230.000.52   0.11
XYZ48.237165.726624.8960
Yxy65.72660.34740.4733
Hunter Lab81.0719-35.670038.5433
CIE-Lab84.8568-35.900751.5928

#afe46e color RGB value is (175,228,110).

#afe46e hex color red value is 175, green value is 228 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #afe46e hue: 0.24 , saturation: 0.69 and the lightness value of afe46e is 0.66.

The process color (four color CMYK) of #afe46e color hex is 0.23, 0.00, 0.52, 0.11. Web safe color of #afe46e is #99cc66. Color #afe46e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 01101110
Octal 257 344 156
Decimal 175 228 110
Hex AF E4 6E

RGB Percentages of Color #afe46e

%34.11
%44.44
%21.44

CMYK Percentages of Color #afe46e

%23
%0
%52
%11

Triadic Colors of #afe46e

#afe46e #6eafe4 #e46eaf

Analogous Colors of #afe46e

#afe46e #74e46e #e4de6e

Monochromatic Colors of #afe46e

#afe46e

Complementary Color

#afe46e #a36ee4

#afe46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe46e Color CSS Codes

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

#afe46e Text Font Color

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

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


#afe46e Background Color

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

This div background color is #afe46e


#afe46e Border Color

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

This div border color is #afe46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe46e


Comments

No comments written yet.

Please login to write comment.