Color Hex Logo

#afce87 Color Hex

#AFCE87
(175,206,135)
0 Favorites   0 Comments

Color spaces of #afce87

RGB 175206135
HSL0.240.420.67
HSV86°34°81°
CMYK 0.150.000.34   0.19
XYZ44.123755.005831.2133
Yxy55.00580.33850.4220
Hunter Lab74.1659-23.594926.9635
CIE-Lab79.0446-22.523331.9968

#afce87 color RGB value is (175,206,135).

#afce87 hex color red value is 175, green value is 206 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #afce87 hue: 0.24 , saturation: 0.42 and the lightness value of afce87 is 0.67.

The process color (four color CMYK) of #afce87 color hex is 0.15, 0.00, 0.34, 0.19. Web safe color of #afce87 is #99cc99. Color #afce87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 10000111
Octal 257 316 207
Decimal 175 206 135
Hex AF CE 87

RGB Percentages of Color #afce87

%33.91
%39.92
%26.16

CMYK Percentages of Color #afce87

%15
%0
%34
%19

Triadic Colors of #afce87

#afce87 #87afce #ce87af

Analogous Colors of #afce87

#afce87 #8cce87 #ceca87

Monochromatic Colors of #afce87

#afce87

Complementary Color

#afce87 #a687ce

#afce87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce87 Color CSS Codes

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

#afce87 Text Font Color

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

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


#afce87 Background Color

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

This div background color is #afce87


#afce87 Border Color

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

This div border color is #afce87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce87


Comments

No comments written yet.

Please login to write comment.