Color Hex Logo

#afbb90 Color Hex

#AFBB90
(175,187,144)
0 Favorites   0 Comments

Color spaces of #afbb90

RGB 175187144
HSL0.210.240.65
HSV77°23°73°
CMYK 0.060.000.23   0.27
XYZ40.483646.668233.2597
Yxy46.66820.33620.3876
Hunter Lab68.3141-13.768918.9537
CIE-Lab73.9770-11.633720.4385

#afbb90 color RGB value is (175,187,144).

#afbb90 hex color red value is 175, green value is 187 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #afbb90 hue: 0.21 , saturation: 0.24 and the lightness value of afbb90 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 10010000
Octal 257 273 220
Decimal 175 187 144
Hex AF BB 90

RGB Percentages of Color #afbb90

%34.58
%36.96
%28.46

CMYK Percentages of Color #afbb90

%6
%0
%23
%27

Triadic Colors of #afbb90

#afbb90 #90afbb #bb90af

Analogous Colors of #afbb90

#afbb90 #9abb90 #bbb290

Monochromatic Colors of #afbb90

#afbb90

Complementary Color

#afbb90 #9c90bb

#afbb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbb90 Color CSS Codes

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

#afbb90 Text Font Color

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

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


#afbb90 Background Color

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

This div background color is #afbb90


#afbb90 Border Color

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

This div border color is #afbb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbb90


Comments

No comments written yet.

Please login to write comment.