Color Hex Logo

#afbba3 Color Hex

#AFBBA3
(175,187,163)
0 Favorites   0 Comments

Color spaces of #afbba3

RGB 175187163
HSL0.250.150.69
HSV90°13°73°
CMYK 0.060.000.13   0.27
XYZ42.060447.299041.5631
Yxy47.29900.32130.3613
Hunter Lab68.7743-11.189412.3106
CIE-Lab74.3806-8.551110.7470

#afbba3 color RGB value is (175,187,163).

#afbba3 hex color red value is 175, green value is 187 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #afbba3 hue: 0.25 , saturation: 0.15 and the lightness value of afbba3 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 10100011
Octal 257 273 243
Decimal 175 187 163
Hex AF BB A3

RGB Percentages of Color #afbba3

%33.33
%35.62
%31.05

CMYK Percentages of Color #afbba3

%6
%0
%13
%27

Triadic Colors of #afbba3

#afbba3 #a3afbb #bba3af

Analogous Colors of #afbba3

#afbba3 #a3bba3 #bbbba3

Monochromatic Colors of #afbba3

#afbba3

Complementary Color

#afbba3 #afa3bb

#afbba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbba3 Color CSS Codes

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

#afbba3 Text Font Color

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

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


#afbba3 Background Color

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

This div background color is #afbba3


#afbba3 Border Color

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

This div border color is #afbba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbba3


Comments

No comments written yet.

Please login to write comment.