Color Hex Logo

#aff056 Color Hex

#AFF056
(175,240,86)
0 Favorites   0 Comments

Color spaces of #aff056

RGB 17524086
HSL0.240.840.64
HSV85°64°94°
CMYK 0.270.000.64   0.06
XYZ50.519072.106020.0593
Yxy72.10600.35410.5054
Hunter Lab84.9153-42.405945.4348
CIE-Lab88.0196-43.341265.5425

#aff056 color RGB value is (175,240,86).

#aff056 hex color red value is 175, green value is 240 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #aff056 hue: 0.24 , saturation: 0.84 and the lightness value of aff056 is 0.64.

The process color (four color CMYK) of #aff056 color hex is 0.27, 0.00, 0.64, 0.06. Web safe color of #aff056 is #99ff66. Color #aff056 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 01010110
Octal 257 360 126
Decimal 175 240 86
Hex AF F0 56

RGB Percentages of Color #aff056

%34.93
%47.90
%17.17

CMYK Percentages of Color #aff056

%27
%0
%64
%6

Triadic Colors of #aff056

#aff056 #56aff0 #f056af

Analogous Colors of #aff056

#aff056 #62f056 #f0e456

Monochromatic Colors of #aff056

#aff056

Complementary Color

#aff056 #9756f0

#aff056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff056 Color CSS Codes

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

#aff056 Text Font Color

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

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


#aff056 Background Color

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

This div background color is #aff056


#aff056 Border Color

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

This div border color is #aff056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff056


Comments

No comments written yet.

Please login to write comment.