Color Hex Logo

#afbaa4 Color Hex

#AFBAA4
(175,186,164)
0 Favorites   0 Comments

Color spaces of #afbaa4

RGB 175186164
HSL0.250.140.69
HSV90°12°73°
CMYK 0.060.000.12   0.27
XYZ41.938946.912141.9665
Yxy46.91210.32060.3586
Hunter Lab68.4924-10.563611.6167
CIE-Lab74.1335-7.85339.8530

#afbaa4 color RGB value is (175,186,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 10100100
Octal 257 272 244
Decimal 175 186 164
Hex AF BA A4

RGB Percentages of Color #afbaa4

%33.33
%35.43
%31.24

CMYK Percentages of Color #afbaa4

%6
%0
%12
%27

Triadic Colors of #afbaa4

#afbaa4 #a4afba #baa4af

Analogous Colors of #afbaa4

#afbaa4 #a4baa4 #babaa4

Monochromatic Colors of #afbaa4

#afbaa4

Complementary Color

#afbaa4 #afa4ba

#afbaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbaa4 Color CSS Codes

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

#afbaa4 Text Font Color

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

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


#afbaa4 Background Color

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

This div background color is #afbaa4


#afbaa4 Border Color

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

This div border color is #afbaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbaa4


Comments

No comments written yet.

Please login to write comment.