Color Hex Logo

#aff478 Color Hex

#AFF478
(175,244,120)
0 Favorites   0 Comments

Color spaces of #aff478

RGB 175244120
HSL0.260.850.71
HSV93°51°96°
CMYK 0.280.000.51   0.04
XYZ53.420075.171429.4633
Yxy75.17140.33800.4756
Hunter Lab86.7014-41.747040.5428
CIE-Lab89.4732-41.998152.4893

#aff478 color RGB value is (175,244,120).

#aff478 hex color red value is 175, green value is 244 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #aff478 hue: 0.26 , saturation: 0.85 and the lightness value of aff478 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110100 01111000
Octal 257 364 170
Decimal 175 244 120
Hex AF F4 78

RGB Percentages of Color #aff478

%32.47
%45.27
%22.26

CMYK Percentages of Color #aff478

%28
%0
%51
%4

Triadic Colors of #aff478

#aff478 #78aff4 #f478af

Analogous Colors of #aff478

#aff478 #78f47f #edf478

Monochromatic Colors of #aff478

#aff478

Complementary Color

#aff478 #bd78f4

#aff478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff478 Color CSS Codes

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

#aff478 Text Font Color

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

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


#aff478 Background Color

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

This div background color is #aff478


#aff478 Border Color

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

This div border color is #aff478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff478


Comments

No comments written yet.

Please login to write comment.