Color Hex Logo

#afe16b Color Hex

#AFE16B
(175,225,107)
0 Favorites   0 Comments

Color spaces of #afe16b

RGB 175225107
HSL0.240.660.65
HSV85°52°88°
CMYK 0.220.000.52   0.12
XYZ47.258364.025923.7774
Yxy64.02590.34990.4740
Hunter Lab80.0162-34.604638.3929
CIE-Lab83.9793-34.834451.9397

#afe16b color RGB value is (175,225,107).

#afe16b hex color red value is 175, green value is 225 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #afe16b hue: 0.24 , saturation: 0.66 and the lightness value of afe16b is 0.65.

The process color (four color CMYK) of #afe16b color hex is 0.22, 0.00, 0.52, 0.12. Web safe color of #afe16b is #99cc66. Color #afe16b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 01101011
Octal 257 341 153
Decimal 175 225 107
Hex AF E1 6B

RGB Percentages of Color #afe16b

%34.52
%44.38
%21.10

CMYK Percentages of Color #afe16b

%22
%0
%52
%12

Triadic Colors of #afe16b

#afe16b #6bafe1 #e16baf

Analogous Colors of #afe16b

#afe16b #74e16b #e1d86b

Monochromatic Colors of #afe16b

#afe16b

Complementary Color

#afe16b #9d6be1

#afe16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe16b Color CSS Codes

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

#afe16b Text Font Color

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

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


#afe16b Background Color

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

This div background color is #afe16b


#afe16b Border Color

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

This div border color is #afe16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe16b


Comments

No comments written yet.

Please login to write comment.