Color Hex Logo

#afb299 Color Hex

#AFB299
(175,178,153)
0 Favorites   0 Comments

Color spaces of #afb299

RGB 175178153
HSL0.190.140.65
HSV67°14°70°
CMYK 0.020.000.14   0.30
XYZ39.349443.254736.4120
Yxy43.25470.33060.3634
Hunter Lab65.7683-8.297413.2125
CIE-Lab71.7275-5.484012.4324

#afb299 color RGB value is (175,178,153).

#afb299 hex color red value is 175, green value is 178 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #afb299 hue: 0.19 , saturation: 0.14 and the lightness value of afb299 is 0.65.

The process color (four color CMYK) of #afb299 color hex is 0.02, 0.00, 0.14, 0.30. Web safe color of #afb299 is #999999. Color #afb299 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 10011001
Octal 257 262 231
Decimal 175 178 153
Hex AF B2 99

RGB Percentages of Color #afb299

%34.58
%35.18
%30.24

CMYK Percentages of Color #afb299

%2
%0
%14
%30

Triadic Colors of #afb299

#afb299 #99afb2 #b299af

Analogous Colors of #afb299

#afb299 #a3b299 #b2a999

Monochromatic Colors of #afb299

#afb299

Complementary Color

#afb299 #9c99b2

#afb299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb299 Color CSS Codes

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

#afb299 Text Font Color

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

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


#afb299 Background Color

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

This div background color is #afb299


#afb299 Border Color

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

This div border color is #afb299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb299


Comments

No comments written yet.

Please login to write comment.