Color Hex Logo

#afbe71 Color Hex

#AFBE71
(175,190,113)
0 Favorites   0 Comments

Color spaces of #afbe71

RGB 175190113
HSL0.200.370.59
HSV72°41°75°
CMYK 0.080.000.41   0.25
XYZ39.073347.133122.6610
Yxy47.13310.35890.4329
Hunter Lab68.6536-18.552728.4872
CIE-Lab74.2748-17.337437.1232

#afbe71 color RGB value is (175,190,113).

#afbe71 hex color red value is 175, green value is 190 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #afbe71 hue: 0.20 , saturation: 0.37 and the lightness value of afbe71 is 0.59.

The process color (four color CMYK) of #afbe71 color hex is 0.08, 0.00, 0.41, 0.25. Web safe color of #afbe71 is #99cc66. Color #afbe71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 01110001
Octal 257 276 161
Decimal 175 190 113
Hex AF BE 71

RGB Percentages of Color #afbe71

%36.61
%39.75
%23.64

CMYK Percentages of Color #afbe71

%8
%0
%41
%25

Triadic Colors of #afbe71

#afbe71 #71afbe #be71af

Analogous Colors of #afbe71

#afbe71 #89be71 #bea771

Monochromatic Colors of #afbe71

#afbe71

Complementary Color

#afbe71 #8071be

#afbe71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe71 Color CSS Codes

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

#afbe71 Text Font Color

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

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


#afbe71 Background Color

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

This div background color is #afbe71


#afbe71 Border Color

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

This div border color is #afbe71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe71


Comments

No comments written yet.

Please login to write comment.