Color Hex Logo

#affb82 Color Hex

#AFFB82
(175,251,130)
0 Favorites   0 Comments

Color spaces of #affb82

RGB 175251130
HSL0.270.940.75
HSV98°48°98°
CMYK 0.300.000.48   0.02
XYZ56.205679.720033.5443
Yxy79.72000.33170.4704
Hunter Lab89.2861-43.884840.2253
CIE-Lab91.5591-43.937950.3692

#affb82 color RGB value is (175,251,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 10000010
Octal 257 373 202
Decimal 175 251 130
Hex AF FB 82

RGB Percentages of Color #affb82

%31.47
%45.14
%23.38

CMYK Percentages of Color #affb82

%30
%0
%48
%2

Triadic Colors of #affb82

#affb82 #82affb #fb82af

Analogous Colors of #affb82

#affb82 #82fb92 #ecfb82

Monochromatic Colors of #affb82

#affb82

Complementary Color

#affb82 #ce82fb

#affb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affb82 Color CSS Codes

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

#affb82 Text Font Color

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

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


#affb82 Background Color

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

This div background color is #affb82


#affb82 Border Color

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

This div border color is #affb82


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,251,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 #affb82">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affb82


Comments

No comments written yet.

Please login to write comment.