Color Hex Logo

#aff119 Color Hex

#AFF119
(175,241,25)
0 Favorites   0 Comments

Color spaces of #aff119

RGB 17524125
HSL0.220.890.52
HSV78°90°95°
CMYK 0.270.000.90   0.05
XYZ49.310072.094712.2365
Yxy72.09470.36900.5395
Hunter Lab84.9086-44.927650.8915
CIE-Lab88.0142-46.574982.8195

#aff119 color RGB value is (175,241,25).

#aff119 hex color red value is 175, green value is 241 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #aff119 hue: 0.22 , saturation: 0.89 and the lightness value of aff119 is 0.52.

The process color (four color CMYK) of #aff119 color hex is 0.27, 0.00, 0.90, 0.05. Web safe color of #aff119 is #99ff00. Color #aff119 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110001 00011001
Octal 257 361 31
Decimal 175 241 25
Hex AF F1 19

RGB Percentages of Color #aff119

%39.68
%54.65
%5.67

CMYK Percentages of Color #aff119

%27
%0
%90
%5

Triadic Colors of #aff119

#aff119 #19aff1 #f119af

Analogous Colors of #aff119

#aff119 #43f119 #f1c719

Monochromatic Colors of #aff119

#aff119

Complementary Color

#aff119 #5b19f1

#aff119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff119 Color CSS Codes

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

#aff119 Text Font Color

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

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


#aff119 Background Color

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

This div background color is #aff119


#aff119 Border Color

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

This div border color is #aff119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff119


Comments

No comments written yet.

Please login to write comment.