Color Hex Logo

#aff94b Color Hex

#AFF94B
(175,249,75)
0 Favorites   0 Comments

Color spaces of #aff94b

RGB 17524975
HSL0.240.940.64
HSV86°70°98°
CMYK 0.300.000.70   0.02
XYZ52.824977.373318.8070
Yxy77.37330.35450.5193
Hunter Lab87.9621-46.737048.8968
CIE-Lab90.4932-47.932472.2265

#aff94b color RGB value is (175,249,75).

#aff94b hex color red value is 175, green value is 249 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aff94b hue: 0.24 , saturation: 0.94 and the lightness value of aff94b is 0.64.

The process color (four color CMYK) of #aff94b color hex is 0.30, 0.00, 0.70, 0.02. Web safe color of #aff94b is #99ff33. Color #aff94b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 01001011
Octal 257 371 113
Decimal 175 249 75
Hex AF F9 4B

RGB Percentages of Color #aff94b

%35.07
%49.90
%15.03

CMYK Percentages of Color #aff94b

%30
%0
%70
%2

Triadic Colors of #aff94b

#aff94b #4baff9 #f94baf

Analogous Colors of #aff94b

#aff94b #58f94b #f9ec4b

Monochromatic Colors of #aff94b

#aff94b

Complementary Color

#aff94b #954bf9

#aff94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff94b Color CSS Codes

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

#aff94b Text Font Color

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

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


#aff94b Background Color

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

This div background color is #aff94b


#aff94b Border Color

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

This div border color is #aff94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff94b


Comments

No comments written yet.

Please login to write comment.