Color Hex Logo

#aff982 Color Hex

#AFF982
(175,249,130)
0 Favorites   0 Comments

Color spaces of #aff982

RGB 175249130
HSL0.270.910.74
HSV97°48°98°
CMYK 0.300.000.48   0.02
XYZ55.584178.477033.3371
Yxy78.47700.33200.4688
Hunter Lab88.5872-43.027839.6991
CIE-Lab90.9971-43.068349.6790

#aff982 color RGB value is (175,249,130).

#aff982 hex color red value is 175, green value is 249 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aff982 hue: 0.27 , saturation: 0.91 and the lightness value of aff982 is 0.74.

The process color (four color CMYK) of #aff982 color hex is 0.30, 0.00, 0.48, 0.02. Web safe color of #aff982 is #99ff99. Color #aff982 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 10000010
Octal 257 371 202
Decimal 175 249 130
Hex AF F9 82

RGB Percentages of Color #aff982

%31.59
%44.95
%23.47

CMYK Percentages of Color #aff982

%30
%0
%48
%2

Triadic Colors of #aff982

#aff982 #82aff9 #f982af

Analogous Colors of #aff982

#aff982 #82f991 #ebf982

Monochromatic Colors of #aff982

#aff982

Complementary Color

#aff982 #cc82f9

#aff982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff982 Color CSS Codes

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

#aff982 Text Font Color

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

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


#aff982 Background Color

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

This div background color is #aff982


#aff982 Border Color

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

This div border color is #aff982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff982

Related Colors


Comments

No comments written yet.

Please login to write comment.