Color Hex Logo

#affb7a Color Hex

#AFFB7A
(175,251,122)
0 Favorites   0 Comments

Color spaces of #affb7a

RGB 175251122
HSL0.260.940.73
HSV95°51°98°
CMYK 0.300.000.51   0.02
XYZ55.689279.513530.8249
Yxy79.51350.33540.4789
Hunter Lab89.1703-44.570241.9235
CIE-Lab91.4661-44.826553.9625

#affb7a color RGB value is (175,251,122).

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

The process color (four color CMYK) of #affb7a color hex is 0.30, 0.00, 0.51, 0.02. Web safe color of #affb7a is #99ff66. Color #affb7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 01111010
Octal 257 373 172
Decimal 175 251 122
Hex AF FB 7A

RGB Percentages of Color #affb7a

%31.93
%45.80
%22.26

CMYK Percentages of Color #affb7a

%30
%0
%51
%2

Triadic Colors of #affb7a

#affb7a #7aaffb #fb7aaf

Analogous Colors of #affb7a

#affb7a #7afb86 #f0fb7a

Monochromatic Colors of #affb7a

#affb7a

Complementary Color

#affb7a #c67afb

#affb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#affb7a Color CSS Codes

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

#affb7a Text Font Color

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

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


#affb7a Background Color

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

This div background color is #affb7a


#affb7a Border Color

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

This div border color is #affb7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affb7a

Related Colors


Comments

No comments written yet.

Please login to write comment.