Color Hex Logo

#affe6c Color Hex

#AFFE6C
(175,254,108)
0 Favorites   0 Comments

Color spaces of #affe6c

RGB 175254108
HSL0.260.990.71
HSV92°57°100°
CMYK 0.310.000.57   0.00
XYZ55.827881.080326.8950
Yxy81.08030.34080.4950
Hunter Lab90.0446-46.907845.3222
CIE-Lab92.1674-47.502561.0080

#affe6c color RGB value is (175,254,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 01101100
Octal 257 376 154
Decimal 175 254 108
Hex AF FE 6C

RGB Percentages of Color #affe6c

%32.59
%47.30
%20.11

CMYK Percentages of Color #affe6c

%31
%0
%57
%0

Triadic Colors of #affe6c

#affe6c #6caffe #fe6caf

Analogous Colors of #affe6c

#affe6c #6cfe72 #f8fe6c

Monochromatic Colors of #affe6c

#affe6c

Complementary Color

#affe6c #bb6cfe

#affe6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affe6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#affe6c Color CSS Codes

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

#affe6c Text Font Color

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

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


#affe6c Background Color

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

This div background color is #affe6c


#affe6c Border Color

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

This div border color is #affe6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affe6c


Comments

No comments written yet.

Please login to write comment.