Color Hex Logo

#afbe7b Color Hex

#AFBE7B
(175,190,123)
0 Favorites   0 Comments

Color spaces of #afbe7b

RGB 175190123
HSL0.200.340.61
HSV73°35°75°
CMYK 0.080.000.35   0.25
XYZ39.667847.370925.7917
Yxy47.37090.35160.4198
Hunter Lab68.8265-17.568925.9605
CIE-Lab74.4264-16.114732.1600

#afbe7b color RGB value is (175,190,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 01111011
Octal 257 276 173
Decimal 175 190 123
Hex AF BE 7B

RGB Percentages of Color #afbe7b

%35.86
%38.93
%25.20

CMYK Percentages of Color #afbe7b

%8
%0
%35
%25

Triadic Colors of #afbe7b

#afbe7b #7bafbe #be7baf

Analogous Colors of #afbe7b

#afbe7b #8ebe7b #beac7b

Monochromatic Colors of #afbe7b

#afbe7b

Complementary Color

#afbe7b #8a7bbe

#afbe7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe7b Color CSS Codes

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

#afbe7b Text Font Color

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

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


#afbe7b Background Color

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

This div background color is #afbe7b


#afbe7b Border Color

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

This div border color is #afbe7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe7b


Comments

No comments written yet.

Please login to write comment.