Color Hex Logo

#affb5a Color Hex

#AFFB5A
(175,251,90)
0 Favorites   0 Comments

Color spaces of #affb5a

RGB 17525190
HSL0.250.950.67
HSV88°64°98°
CMYK 0.300.000.64   0.02
XYZ54.021878.846522.0445
Yxy78.84650.34870.5090
Hunter Lab88.7956-46.795747.4375
CIE-Lab91.1648-47.745767.3285

#affb5a color RGB value is (175,251,90).

#affb5a hex color red value is 175, green value is 251 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #affb5a hue: 0.25 , saturation: 0.95 and the lightness value of affb5a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111011 01011010
Octal 257 373 132
Decimal 175 251 90
Hex AF FB 5A

RGB Percentages of Color #affb5a

%33.91
%48.64
%17.44

CMYK Percentages of Color #affb5a

%30
%0
%64
%2

Triadic Colors of #affb5a

#affb5a #5aaffb #fb5aaf

Analogous Colors of #affb5a

#affb5a #5ffb5a #fbf75a

Monochromatic Colors of #affb5a

#affb5a

Complementary Color

#affb5a #a65afb

#affb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#affb5a Color CSS Codes

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

#affb5a Text Font Color

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

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


#affb5a Background Color

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

This div background color is #affb5a


#affb5a Border Color

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

This div border color is #affb5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affb5a


Comments

No comments written yet.

Please login to write comment.