Color Hex Logo

#afbe7e Color Hex

#AFBE7E
(175,190,126)
0 Favorites   0 Comments

Color spaces of #afbe7e

RGB 175190126
HSL0.210.330.62
HSV74°34°75°
CMYK 0.080.000.34   0.25
XYZ39.858547.447226.7961
Yxy47.44720.34930.4158
Hunter Lab68.8819-17.254425.1527
CIE-Lab74.4749-15.726030.6577

#afbe7e color RGB value is (175,190,126).

#afbe7e hex color red value is 175, green value is 190 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #afbe7e hue: 0.21 , saturation: 0.33 and the lightness value of afbe7e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 01111110
Octal 257 276 176
Decimal 175 190 126
Hex AF BE 7E

RGB Percentages of Color #afbe7e

%35.64
%38.70
%25.66

CMYK Percentages of Color #afbe7e

%8
%0
%34
%25

Triadic Colors of #afbe7e

#afbe7e #7eafbe #be7eaf

Analogous Colors of #afbe7e

#afbe7e #8fbe7e #bead7e

Monochromatic Colors of #afbe7e

#afbe7e

Complementary Color

#afbe7e #8d7ebe

#afbe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe7e Color CSS Codes

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

#afbe7e Text Font Color

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

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


#afbe7e Background Color

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

This div background color is #afbe7e


#afbe7e Border Color

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

This div border color is #afbe7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe7e


Comments

No comments written yet.

Please login to write comment.