Color Hex Logo

#aff96b Color Hex

#AFF96B
(175,249,107)
0 Favorites   0 Comments

Color spaces of #aff96b

RGB 175249107
HSL0.250.920.70
HSV91°57°98°
CMYK 0.300.000.57   0.02
XYZ54.208777.926926.0942
Yxy77.92690.34260.4925
Hunter Lab88.2762-44.870044.2674
CIE-Lab90.7465-45.465859.8163

#aff96b color RGB value is (175,249,107).

#aff96b hex color red value is 175, green value is 249 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aff96b hue: 0.25 , saturation: 0.92 and the lightness value of aff96b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 01101011
Octal 257 371 153
Decimal 175 249 107
Hex AF F9 6B

RGB Percentages of Color #aff96b

%32.96
%46.89
%20.15

CMYK Percentages of Color #aff96b

%30
%0
%57
%2

Triadic Colors of #aff96b

#aff96b #6baff9 #f96baf

Analogous Colors of #aff96b

#aff96b #6bf96e #f6f96b

Monochromatic Colors of #aff96b

#aff96b

Complementary Color

#aff96b #b56bf9

#aff96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff96b Color CSS Codes

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

#aff96b Text Font Color

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

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


#aff96b Background Color

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

This div background color is #aff96b


#aff96b Border Color

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

This div border color is #aff96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff96b


Comments

No comments written yet.

Please login to write comment.