Color Hex Logo

#afe984 Color Hex

#AFE984
(175,233,132)
0 Favorites   0 Comments

Color spaces of #afe984

RGB 175233132
HSL0.260.700.72
HSV94°43°91°
CMYK 0.250.000.43   0.09
XYZ50.983069.057732.4722
Yxy69.05770.33430.4528
Hunter Lab83.1010-35.915735.0028
CIE-Lab86.5326-35.695743.1576

#afe984 color RGB value is (175,233,132).

#afe984 hex color red value is 175, green value is 233 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #afe984 hue: 0.26 , saturation: 0.70 and the lightness value of afe984 is 0.72.

The process color (four color CMYK) of #afe984 color hex is 0.25, 0.00, 0.43, 0.09. Web safe color of #afe984 is #99ff99. Color #afe984 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 10000100
Octal 257 351 204
Decimal 175 233 132
Hex AF E9 84

RGB Percentages of Color #afe984

%32.41
%43.15
%24.44

CMYK Percentages of Color #afe984

%25
%0
%43
%9

Triadic Colors of #afe984

#afe984 #84afe9 #e984af

Analogous Colors of #afe984

#afe984 #84e98c #e2e984

Monochromatic Colors of #afe984

#afe984

Complementary Color

#afe984 #be84e9

#afe984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe984 Color CSS Codes

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

#afe984 Text Font Color

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

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


#afe984 Background Color

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

This div background color is #afe984


#afe984 Border Color

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

This div border color is #afe984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe984


Comments

No comments written yet.

Please login to write comment.