Color Hex Logo

#afe855 Color Hex

#AFE855
(175,232,85)
0 Favorites   0 Comments

Color spaces of #afe855

RGB 17523285
HSL0.230.760.62
HSV83°63°91°
CMYK 0.250.000.63   0.09
XYZ48.175567.483119.0807
Yxy67.48310.35750.5008
Hunter Lab82.1481-39.078443.7323
CIE-Lab85.7473-39.909263.5063

#afe855 color RGB value is (175,232,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101000 01010101
Octal 257 350 125
Decimal 175 232 85
Hex AF E8 55

RGB Percentages of Color #afe855

%35.57
%47.15
%17.28

CMYK Percentages of Color #afe855

%25
%0
%63
%9

Triadic Colors of #afe855

#afe855 #55afe8 #e855af

Analogous Colors of #afe855

#afe855 #66e855 #e8d855

Monochromatic Colors of #afe855

#afe855

Complementary Color

#afe855 #8e55e8

#afe855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe855 Color CSS Codes

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

#afe855 Text Font Color

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

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


#afe855 Background Color

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

This div background color is #afe855


#afe855 Border Color

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

This div border color is #afe855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe855


Comments

No comments written yet.

Please login to write comment.