Color Hex Logo

#afe19e Color Hex

#AFE19E
(175,225,158)
0 Favorites   0 Comments

Color spaces of #afe19e

RGB 175225158
HSL0.290.530.75
HSV105°30°88°
CMYK 0.220.000.30   0.12
XYZ50.776065.433042.3014
Yxy65.43300.32030.4128
Hunter Lab80.8907-29.512225.6180
CIE-Lab84.7064-28.374527.6960

#afe19e color RGB value is (175,225,158).

#afe19e hex color red value is 175, green value is 225 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #afe19e hue: 0.29 , saturation: 0.53 and the lightness value of afe19e is 0.75.

The process color (four color CMYK) of #afe19e color hex is 0.22, 0.00, 0.30, 0.12. Web safe color of #afe19e is #99cc99. Color #afe19e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 10011110
Octal 257 341 236
Decimal 175 225 158
Hex AF E1 9E

RGB Percentages of Color #afe19e

%31.36
%40.32
%28.32

CMYK Percentages of Color #afe19e

%22
%0
%30
%12

Triadic Colors of #afe19e

#afe19e #9eafe1 #e19eaf

Analogous Colors of #afe19e

#afe19e #9ee1af #d1e19e

Monochromatic Colors of #afe19e

#afe19e

Complementary Color

#afe19e #d09ee1

#afe19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe19e Color CSS Codes

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

#afe19e Text Font Color

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

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


#afe19e Background Color

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

This div background color is #afe19e


#afe19e Border Color

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

This div border color is #afe19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe19e


Comments

No comments written yet.

Please login to write comment.