Color Hex Logo

#aff904 Color Hex

#AFF904
(175,249,4)
0 Favorites   0 Comments

Color spaces of #aff904

RGB 1752494
HSL0.220.970.50
HSV78°98°98°
CMYK 0.300.000.98   0.02
XYZ51.576876.874112.2347
Yxy76.87410.36660.5464
Hunter Lab87.6779-48.433153.1011
CIE-Lab90.2636-50.206586.7027

#aff904 color RGB value is (175,249,4).

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

The process color (four color CMYK) of #aff904 color hex is 0.30, 0.00, 0.98, 0.02. Web safe color of #aff904 is #99ff00. Color #aff904 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 00000100
Octal 257 371 4
Decimal 175 249 4
Hex AF F9 4

RGB Percentages of Color #aff904

%40.89
%58.18
%0.93

CMYK Percentages of Color #aff904

%30
%0
%98
%2

Triadic Colors of #aff904

#aff904 #04aff9 #f904af

Analogous Colors of #aff904

#aff904 #35f904 #f9c904

Monochromatic Colors of #aff904

#aff904

Complementary Color

#aff904 #4e04f9

#aff904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff904 Color CSS Codes

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

#aff904 Text Font Color

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

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


#aff904 Background Color

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

This div background color is #aff904


#aff904 Border Color

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

This div border color is #aff904


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff904

Related Colors


Comments

No comments written yet.

Please login to write comment.