Color Hex Logo

#afbb98 Color Hex

#AFBB98
(175,187,152)
0 Favorites   0 Comments

Color spaces of #afbb98

RGB 175187152
HSL0.220.200.66
HSV81°19°73°
CMYK 0.060.000.19   0.27
XYZ41.117046.921636.5954
Yxy46.92160.32990.3765
Hunter Lab68.4993-12.728516.2742
CIE-Lab74.1396-10.382516.3585

#afbb98 color RGB value is (175,187,152).

#afbb98 hex color red value is 175, green value is 187 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #afbb98 hue: 0.22 , saturation: 0.20 and the lightness value of afbb98 is 0.66.

The process color (four color CMYK) of #afbb98 color hex is 0.06, 0.00, 0.19, 0.27. Web safe color of #afbb98 is #99cc99. Color #afbb98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 10011000
Octal 257 273 230
Decimal 175 187 152
Hex AF BB 98

RGB Percentages of Color #afbb98

%34.05
%36.38
%29.57

CMYK Percentages of Color #afbb98

%6
%0
%19
%27

Triadic Colors of #afbb98

#afbb98 #98afbb #bb98af

Analogous Colors of #afbb98

#afbb98 #9ebb98 #bbb698

Monochromatic Colors of #afbb98

#afbb98

Complementary Color

#afbb98 #a498bb

#afbb98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb98 Color CSS Codes

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

#afbb98 Text Font Color

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

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


#afbb98 Background Color

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

This div background color is #afbb98


#afbb98 Border Color

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

This div border color is #afbb98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb98


Comments

No comments written yet.

Please login to write comment.