Color Hex Logo

#afe585 Color Hex

#AFE585
(175,229,133)
0 Favorites   0 Comments

Color spaces of #afe585

RGB 175229133
HSL0.260.650.71
HSV94°42°90°
CMYK 0.240.000.42   0.10
XYZ49.932166.846032.4612
Yxy66.84600.33460.4479
Hunter Lab81.7594-34.065433.6915
CIE-Lab85.4261-33.737041.2649

#afe585 color RGB value is (175,229,133).

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

The process color (four color CMYK) of #afe585 color hex is 0.24, 0.00, 0.42, 0.10. Web safe color of #afe585 is #99cc99. Color #afe585 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 10000101
Octal 257 345 205
Decimal 175 229 133
Hex AF E5 85

RGB Percentages of Color #afe585

%32.59
%42.64
%24.77

CMYK Percentages of Color #afe585

%24
%0
%42
%10

Triadic Colors of #afe585

#afe585 #85afe5 #e585af

Analogous Colors of #afe585

#afe585 #85e58b #dfe585

Monochromatic Colors of #afe585

#afe585

Complementary Color

#afe585 #bb85e5

#afe585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe585 Color CSS Codes

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

#afe585 Text Font Color

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

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


#afe585 Background Color

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

This div background color is #afe585


#afe585 Border Color

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

This div border color is #afe585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe585


Comments

No comments written yet.

Please login to write comment.