Color Hex Logo

#afb298 Color Hex

#AFB298
(175,178,152)
0 Favorites   0 Comments

Color spaces of #afb298

RGB 175178152
HSL0.190.140.65
HSV67°15°70°
CMYK 0.020.000.15   0.30
XYZ39.267143.221735.9788
Yxy43.22170.33150.3648
Hunter Lab65.7432-8.436213.5731
CIE-Lab71.7052-5.647812.9466

#afb298 color RGB value is (175,178,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 10011000
Octal 257 262 230
Decimal 175 178 152
Hex AF B2 98

RGB Percentages of Color #afb298

%34.65
%35.25
%30.10

CMYK Percentages of Color #afb298

%2
%0
%15
%30

Triadic Colors of #afb298

#afb298 #98afb2 #b298af

Analogous Colors of #afb298

#afb298 #a2b298 #b2a898

Monochromatic Colors of #afb298

#afb298

Complementary Color

#afb298 #9b98b2

#afb298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb298 Color CSS Codes

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

#afb298 Text Font Color

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

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


#afb298 Background Color

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

This div background color is #afb298


#afb298 Border Color

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

This div border color is #afb298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb298


Comments

No comments written yet.

Please login to write comment.