Color Hex Logo

#afbe5b Color Hex

#AFBE5B
(175,190,91)
0 Favorites   0 Comments

Color spaces of #afbe5b

RGB 17519091
HSL0.190.430.55
HSV69°52°75°
CMYK 0.080.000.52   0.25
XYZ37.981046.696216.9090
Yxy46.69620.37390.4597
Hunter Lab68.3346-20.373733.1633
CIE-Lab73.9950-19.628647.6620

#afbe5b color RGB value is (175,190,91).

#afbe5b hex color red value is 175, green value is 190 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #afbe5b hue: 0.19 , saturation: 0.43 and the lightness value of afbe5b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 01011011
Octal 257 276 133
Decimal 175 190 91
Hex AF BE 5B

RGB Percentages of Color #afbe5b

%38.38
%41.67
%19.96

CMYK Percentages of Color #afbe5b

%8
%0
%52
%25

Triadic Colors of #afbe5b

#afbe5b #5bafbe #be5baf

Analogous Colors of #afbe5b

#afbe5b #7ebe5b #be9c5b

Monochromatic Colors of #afbe5b

#afbe5b

Complementary Color

#afbe5b #6a5bbe

#afbe5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe5b Color CSS Codes

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

#afbe5b Text Font Color

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

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


#afbe5b Background Color

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

This div background color is #afbe5b


#afbe5b Border Color

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

This div border color is #afbe5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe5b


Comments

No comments written yet.

Please login to write comment.