Color Hex Logo

#afee6a Color Hex

#AFEE6A
(175,238,106)
0 Favorites   0 Comments

Color spaces of #afee6a

RGB 175238106
HSL0.250.800.67
HSV89°55°93°
CMYK 0.260.000.55   0.07
XYZ50.855371.303624.7183
Yxy71.30360.34620.4855
Hunter Lab84.4415-40.270041.7532
CIE-Lab87.6323-40.775256.6699

#afee6a color RGB value is (175,238,106).

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

The process color (four color CMYK) of #afee6a color hex is 0.26, 0.00, 0.55, 0.07. Web safe color of #afee6a is #99ff66. Color #afee6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 01101010
Octal 257 356 152
Decimal 175 238 106
Hex AF EE 6A

RGB Percentages of Color #afee6a

%33.72
%45.86
%20.42

CMYK Percentages of Color #afee6a

%26
%0
%55
%7

Triadic Colors of #afee6a

#afee6a #6aafee #ee6aaf

Analogous Colors of #afee6a

#afee6a #6dee6a #eeeb6a

Monochromatic Colors of #afee6a

#afee6a

Complementary Color

#afee6a #a96aee

#afee6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afee6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afee6a Color CSS Codes

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

#afee6a Text Font Color

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

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


#afee6a Background Color

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

This div background color is #afee6a


#afee6a Border Color

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

This div border color is #afee6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afee6a


Comments

No comments written yet.

Please login to write comment.