Color Hex Logo

#affe60 Color Hex

#AFFE60
(175,254,96)
0 Favorites   0 Comments

Color spaces of #affe60

RGB 17525496
HSL0.250.990.69
HSV90°62°100°
CMYK 0.310.000.62   0.00
XYZ55.232380.842123.7594
Yxy80.84210.34560.5058
Hunter Lab89.9122-47.695447.2711
CIE-Lab92.0614-48.539665.9048

#affe60 color RGB value is (175,254,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 01100000
Octal 257 376 140
Decimal 175 254 96
Hex AF FE 60

RGB Percentages of Color #affe60

%33.33
%48.38
%18.29

CMYK Percentages of Color #affe60

%31
%0
%62
%0

Triadic Colors of #affe60

#affe60 #60affe #fe60af

Analogous Colors of #affe60

#affe60 #60fe60 #fefe60

Monochromatic Colors of #affe60

#affe60

Complementary Color

#affe60 #af60fe

#affe60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affe60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affe60 Color CSS Codes

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

#affe60 Text Font Color

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

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


#affe60 Background Color

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

This div background color is #affe60


#affe60 Border Color

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

This div border color is #affe60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affe60


Comments

No comments written yet.

Please login to write comment.