Color Hex Logo

#affa5b Color Hex

#AFFA5B
(175,250,91)
0 Favorites   0 Comments

Color spaces of #affa5b

RGB 17525091
HSL0.250.940.67
HSV88°64°98°
CMYK 0.300.000.64   0.02
XYZ53.753178.240522.1664
Yxy78.24050.34870.5075
Hunter Lab88.4537-46.319847.0595
CIE-Lab90.8895-47.247166.6379

#affa5b color RGB value is (175,250,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 01011011
Octal 257 372 133
Decimal 175 250 91
Hex AF FA 5B

RGB Percentages of Color #affa5b

%33.91
%48.45
%17.64

CMYK Percentages of Color #affa5b

%30
%0
%64
%2

Triadic Colors of #affa5b

#affa5b #5baffa #fa5baf

Analogous Colors of #affa5b

#affa5b #60fa5b #faf65b

Monochromatic Colors of #affa5b

#affa5b

Complementary Color

#affa5b #a65bfa

#affa5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affa5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#affa5b Color CSS Codes

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

#affa5b Text Font Color

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

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


#affa5b Background Color

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

This div background color is #affa5b


#affa5b Border Color

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

This div border color is #affa5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affa5b


Comments

No comments written yet.

Please login to write comment.