Color Hex Logo

#afe856 Color Hex

#AFE856
(175,232,86)
0 Favorites   0 Comments

Color spaces of #afe856

RGB 17523286
HSL0.230.760.62
HSV83°63°91°
CMYK 0.250.000.63   0.09
XYZ48.215567.499119.2915
Yxy67.49910.35710.5000
Hunter Lab82.1578-39.020943.5886
CIE-Lab85.7554-39.833563.1095

#afe856 color RGB value is (175,232,86).

#afe856 hex color red value is 175, green value is 232 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #afe856 hue: 0.23 , saturation: 0.76 and the lightness value of afe856 is 0.62.

The process color (four color CMYK) of #afe856 color hex is 0.25, 0.00, 0.63, 0.09. Web safe color of #afe856 is #99ff66. Color #afe856 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 01010110
Octal 257 350 126
Decimal 175 232 86
Hex AF E8 56

RGB Percentages of Color #afe856

%35.50
%47.06
%17.44

CMYK Percentages of Color #afe856

%25
%0
%63
%9

Triadic Colors of #afe856

#afe856 #56afe8 #e856af

Analogous Colors of #afe856

#afe856 #66e856 #e8d856

Monochromatic Colors of #afe856

#afe856

Complementary Color

#afe856 #8f56e8

#afe856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe856 Color CSS Codes

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

#afe856 Text Font Color

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

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


#afe856 Background Color

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

This div background color is #afe856


#afe856 Border Color

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

This div border color is #afe856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe856


Comments

No comments written yet.

Please login to write comment.