Color Hex Logo

#aff470 Color Hex

#AFF470
(175,244,112)
0 Favorites   0 Comments

Color spaces of #aff470

RGB 175244112
HSL0.250.860.70
HSV91°54°96°
CMYK 0.280.000.54   0.04
XYZ52.954574.985227.0118
Yxy74.98520.34170.4839
Hunter Lab86.5940-42.382142.1211
CIE-Lab89.3861-42.824556.0312

#aff470 color RGB value is (175,244,112).

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

The process color (four color CMYK) of #aff470 color hex is 0.28, 0.00, 0.54, 0.04. Web safe color of #aff470 is #99ff66. Color #aff470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110100 01110000
Octal 257 364 160
Decimal 175 244 112
Hex AF F4 70

RGB Percentages of Color #aff470

%32.96
%45.95
%21.09

CMYK Percentages of Color #aff470

%28
%0
%54
%4

Triadic Colors of #aff470

#aff470 #70aff4 #f470af

Analogous Colors of #aff470

#aff470 #70f473 #f1f470

Monochromatic Colors of #aff470

#aff470

Complementary Color

#aff470 #b570f4

#aff470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff470 Color CSS Codes

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

#aff470 Text Font Color

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

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


#aff470 Background Color

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

This div background color is #aff470


#aff470 Border Color

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

This div border color is #aff470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff470


Comments

No comments written yet.

Please login to write comment.