Color Hex Logo

#afb391 Color Hex

#AFB391
(175,179,145)
0 Favorites   0 Comments

Color spaces of #afb391

RGB 175179145
HSL0.190.180.64
HSV67°19°70°
CMYK 0.020.000.19   0.30
XYZ38.910143.398533.1140
Yxy43.39850.33710.3760
Hunter Lab65.8775-9.855916.3116
CIE-Lab71.8246-7.294516.9244

#afb391 color RGB value is (175,179,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 10010001
Octal 257 263 221
Decimal 175 179 145
Hex AF B3 91

RGB Percentages of Color #afb391

%35.07
%35.87
%29.06

CMYK Percentages of Color #afb391

%2
%0
%19
%30

Triadic Colors of #afb391

#afb391 #91afb3 #b391af

Analogous Colors of #afb391

#afb391 #9eb391 #b3a691

Monochromatic Colors of #afb391

#afb391

Complementary Color

#afb391 #9591b3

#afb391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb391 Color CSS Codes

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

#afb391 Text Font Color

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

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


#afb391 Background Color

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

This div background color is #afb391


#afb391 Border Color

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

This div border color is #afb391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb391


Comments

No comments written yet.

Please login to write comment.