Color Hex Logo

#afbf94 Color Hex

#AFBF94
(175,191,148)
0 Favorites   0 Comments

Color spaces of #afbf94

RGB 175191148
HSL0.230.250.66
HSV82°23°75°
CMYK 0.080.000.23   0.25
XYZ41.655348.513735.1856
Yxy48.51370.33230.3870
Hunter Lab69.6518-15.138518.8050
CIE-Lab75.1478-13.085119.9058

#afbf94 color RGB value is (175,191,148).

#afbf94 hex color red value is 175, green value is 191 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #afbf94 hue: 0.23 , saturation: 0.25 and the lightness value of afbf94 is 0.66.

The process color (four color CMYK) of #afbf94 color hex is 0.08, 0.00, 0.23, 0.25. Web safe color of #afbf94 is #99cc99. Color #afbf94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 10010100
Octal 257 277 224
Decimal 175 191 148
Hex AF BF 94

RGB Percentages of Color #afbf94

%34.05
%37.16
%28.79

CMYK Percentages of Color #afbf94

%8
%0
%23
%25

Triadic Colors of #afbf94

#afbf94 #94afbf #bf94af

Analogous Colors of #afbf94

#afbf94 #9abf94 #bfba94

Monochromatic Colors of #afbf94

#afbf94

Complementary Color

#afbf94 #a494bf

#afbf94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf94 Color CSS Codes

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

#afbf94 Text Font Color

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

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


#afbf94 Background Color

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

This div background color is #afbf94


#afbf94 Border Color

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

This div border color is #afbf94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf94


Comments

No comments written yet.

Please login to write comment.