Color Hex Logo

#afb394 Color Hex

#AFB394
(175,179,148)
0 Favorites   0 Comments

Color spaces of #afb394

RGB 175179148
HSL0.190.170.64
HSV68°17°70°
CMYK 0.020.000.17   0.30
XYZ39.144643.492334.3487
Yxy43.49230.33460.3718
Hunter Lab65.9487-9.459515.2835
CIE-Lab71.8878-6.822715.3821

#afb394 color RGB value is (175,179,148).

#afb394 hex color red value is 175, green value is 179 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #afb394 hue: 0.19 , saturation: 0.17 and the lightness value of afb394 is 0.64.

The process color (four color CMYK) of #afb394 color hex is 0.02, 0.00, 0.17, 0.30. Web safe color of #afb394 is #99cc99. Color #afb394 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 10010100
Octal 257 263 224
Decimal 175 179 148
Hex AF B3 94

RGB Percentages of Color #afb394

%34.86
%35.66
%29.48

CMYK Percentages of Color #afb394

%2
%0
%17
%30

Triadic Colors of #afb394

#afb394 #94afb3 #b394af

Analogous Colors of #afb394

#afb394 #a0b394 #b3a894

Monochromatic Colors of #afb394

#afb394

Complementary Color

#afb394 #9894b3

#afb394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb394 Color CSS Codes

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

#afb394 Text Font Color

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

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


#afb394 Background Color

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

This div background color is #afb394


#afb394 Border Color

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

This div border color is #afb394


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,179,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 #afb394">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb394


Comments

No comments written yet.

Please login to write comment.