Color Hex Logo

#affe66 Color Hex

#AFFE66
(175,254,102)
0 Favorites   0 Comments

Color spaces of #affe66

RGB 175254102
HSL0.250.990.70
HSV91°60°100°
CMYK 0.310.000.60   0.00
XYZ55.519380.956925.2704
Yxy80.95690.34320.5005
Hunter Lab89.9761-47.315546.3312
CIE-Lab92.1125-48.038563.4927

#affe66 color RGB value is (175,254,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 01100110
Octal 257 376 146
Decimal 175 254 102
Hex AF FE 66

RGB Percentages of Color #affe66

%32.96
%47.83
%19.21

CMYK Percentages of Color #affe66

%31
%0
%60
%0

Triadic Colors of #affe66

#affe66 #66affe #fe66af

Analogous Colors of #affe66

#affe66 #66fe69 #fbfe66

Monochromatic Colors of #affe66

#affe66

Complementary Color

#affe66 #b566fe

#affe66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affe66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affe66 Color CSS Codes

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

#affe66 Text Font Color

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

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


#affe66 Background Color

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

This div background color is #affe66


#affe66 Border Color

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

This div border color is #affe66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affe66


Comments

No comments written yet.

Please login to write comment.