Color Hex Logo

#afb098 Color Hex

#AFB098
(175,176,152)
0 Favorites   0 Comments

Color spaces of #afb098

RGB 175176152
HSL0.170.130.64
HSV63°14°69°
CMYK 0.010.000.14   0.31
XYZ38.872042.431635.8471
Yxy42.43160.33180.3622
Hunter Lab65.1395-7.474412.9697
CIE-Lab71.1675-4.583212.1884

#afb098 color RGB value is (175,176,152).

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

The process color (four color CMYK) of #afb098 color hex is 0.01, 0.00, 0.14, 0.31. Web safe color of #afb098 is #999999. Color #afb098 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 10011000
Octal 257 260 230
Decimal 175 176 152
Hex AF B0 98

RGB Percentages of Color #afb098

%34.79
%34.99
%30.22

CMYK Percentages of Color #afb098

%1
%0
%14
%31

Triadic Colors of #afb098

#afb098 #98afb0 #b098af

Analogous Colors of #afb098

#afb098 #a3b098 #b0a598

Monochromatic Colors of #afb098

#afb098

Complementary Color

#afb098 #9998b0

#afb098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb098 Color CSS Codes

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

#afb098 Text Font Color

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

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


#afb098 Background Color

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

This div background color is #afb098


#afb098 Border Color

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

This div border color is #afb098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb098


Comments

No comments written yet.

Please login to write comment.