Color Hex Logo

#affe56 Color Hex

#AFFE56
(175,254,86)
0 Favorites   0 Comments

Color spaces of #affe56

RGB 17525486
HSL0.250.990.67
HSV88°66°100°
CMYK 0.310.000.66   0.00
XYZ54.800780.669521.4866
Yxy80.66950.34910.5140
Hunter Lab89.8162-48.267948.6875
CIE-Lab91.9844-49.297569.7408

#affe56 color RGB value is (175,254,86).

#affe56 hex color red value is 175, green value is 254 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #affe56 hue: 0.25 , saturation: 0.99 and the lightness value of affe56 is 0.67.

The process color (four color CMYK) of #affe56 color hex is 0.31, 0.00, 0.66, 0.00. Web safe color of #affe56 is #99ff66. Color #affe56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 01010110
Octal 257 376 126
Decimal 175 254 86
Hex AF FE 56

RGB Percentages of Color #affe56

%33.98
%49.32
%16.70

CMYK Percentages of Color #affe56

%31
%0
%66
%0

Triadic Colors of #affe56

#affe56 #56affe #fe56af

Analogous Colors of #affe56

#affe56 #5bfe56 #fef956

Monochromatic Colors of #affe56

#affe56

Complementary Color

#affe56 #a556fe

#affe56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affe56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affe56 Color CSS Codes

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

#affe56 Text Font Color

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

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


#affe56 Background Color

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

This div background color is #affe56


#affe56 Border Color

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

This div border color is #affe56


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,254,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 #affe56">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affe56


Comments

No comments written yet.

Please login to write comment.