Color Hex Logo

#afbf4b Color Hex

#AFBF4B
(175,191,75)
0 Favorites   0 Comments

Color spaces of #afbf4b

RGB 17519175
HSL0.190.480.52
HSV68°61°75°
CMYK 0.080.000.61   0.25
XYZ37.580046.883613.7254
Yxy46.88360.38270.4775
Hunter Lab68.4716-21.857236.0452
CIE-Lab74.1153-21.447555.0902

#afbf4b color RGB value is (175,191,75).

#afbf4b hex color red value is 175, green value is 191 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #afbf4b hue: 0.19 , saturation: 0.48 and the lightness value of afbf4b is 0.52.

The process color (four color CMYK) of #afbf4b color hex is 0.08, 0.00, 0.61, 0.25. Web safe color of #afbf4b is #99cc33. Color #afbf4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 01001011
Octal 257 277 113
Decimal 175 191 75
Hex AF BF 4B

RGB Percentages of Color #afbf4b

%39.68
%43.31
%17.01

CMYK Percentages of Color #afbf4b

%8
%0
%61
%25

Triadic Colors of #afbf4b

#afbf4b #4bafbf #bf4baf

Analogous Colors of #afbf4b

#afbf4b #75bf4b #bf954b

Monochromatic Colors of #afbf4b

#afbf4b

Complementary Color

#afbf4b #5b4bbf

#afbf4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf4b Color CSS Codes

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

#afbf4b Text Font Color

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

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


#afbf4b Background Color

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

This div background color is #afbf4b


#afbf4b Border Color

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

This div border color is #afbf4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf4b


Comments

No comments written yet.

Please login to write comment.