Color Hex Logo

#afcf89 Color Hex

#AFCF89
(175,207,137)
0 Favorites   0 Comments

Color spaces of #afcf89

RGB 175207137
HSL0.240.420.67
HSV87°34°81°
CMYK 0.150.000.34   0.19
XYZ44.507455.545732.0425
Yxy55.54570.33690.4205
Hunter Lab74.5290-23.828726.6795
CIE-Lab79.3546-22.740331.3736

#afcf89 color RGB value is (175,207,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 10001001
Octal 257 317 211
Decimal 175 207 137
Hex AF CF 89

RGB Percentages of Color #afcf89

%33.72
%39.88
%26.40

CMYK Percentages of Color #afcf89

%15
%0
%34
%19

Triadic Colors of #afcf89

#afcf89 #89afcf #cf89af

Analogous Colors of #afcf89

#afcf89 #8ccf89 #cfcc89

Monochromatic Colors of #afcf89

#afcf89

Complementary Color

#afcf89 #a989cf

#afcf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf89 Color CSS Codes

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

#afcf89 Text Font Color

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

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


#afcf89 Background Color

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

This div background color is #afcf89


#afcf89 Border Color

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

This div border color is #afcf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf89


Comments

No comments written yet.

Please login to write comment.