Color Hex Logo

#aff91c Color Hex

#AFF91C
(175,249,28)
0 Favorites   0 Comments

Color spaces of #aff91c

RGB 17524928
HSL0.220.950.54
HSV80°89°98°
CMYK 0.300.000.89   0.02
XYZ51.764576.949213.2230
Yxy76.94920.36470.5421
Hunter Lab87.7207-48.177352.4671
CIE-Lab90.2982-49.861584.2307

#aff91c color RGB value is (175,249,28).

#aff91c hex color red value is 175, green value is 249 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #aff91c hue: 0.22 , saturation: 0.95 and the lightness value of aff91c is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 00011100
Octal 257 371 34
Decimal 175 249 28
Hex AF F9 1C

RGB Percentages of Color #aff91c

%38.72
%55.09
%6.19

CMYK Percentages of Color #aff91c

%30
%0
%89
%2

Triadic Colors of #aff91c

#aff91c #1caff9 #f91caf

Analogous Colors of #aff91c

#aff91c #41f91c #f9d51c

Monochromatic Colors of #aff91c

#aff91c

Complementary Color

#aff91c #661cf9

#aff91c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff91c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff91c Color CSS Codes

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

#aff91c Text Font Color

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

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


#aff91c Background Color

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

This div background color is #aff91c


#aff91c Border Color

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

This div border color is #aff91c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff91c

Related Colors


Comments

No comments written yet.

Please login to write comment.