Color Hex Logo

#adbfa4 Color Hex

#ADBFA4
(173,191,164)
1 Favorites   0 Comments

Color spaces of #adbfa4

RGB 173191164
HSL0.280.170.70
HSV100°14°75°
CMYK 0.090.000.14   0.25
XYZ42.565248.826242.3029
Yxy48.82620.31840.3652
Hunter Lab69.8757-13.548313.0188
CIE-Lab75.3431-11.181411.5506

#adbfa4 color RGB value is (173,191,164).

#adbfa4 hex color red value is 173, green value is 191 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #adbfa4 hue: 0.28 , saturation: 0.17 and the lightness value of adbfa4 is 0.70.

The process color (four color CMYK) of #adbfa4 color hex is 0.09, 0.00, 0.14, 0.25. Web safe color of #adbfa4 is #99cc99. Color #adbfa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 10100100
Octal 255 277 244
Decimal 173 191 164
Hex AD BF A4

RGB Percentages of Color #adbfa4

%32.77
%36.17
%31.06

CMYK Percentages of Color #adbfa4

%9
%0
%14
%25

Triadic Colors of #adbfa4

#adbfa4 #a4adbf #bfa4ad

Analogous Colors of #adbfa4

#adbfa4 #a4bfa9 #bbbfa4

Monochromatic Colors of #adbfa4

#adbfa4

Complementary Color

#adbfa4 #b6a4bf

#adbfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfa4 Color CSS Codes

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

#adbfa4 Text Font Color

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

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


#adbfa4 Background Color

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

This div background color is #adbfa4


#adbfa4 Border Color

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

This div border color is #adbfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfa4


Comments

No comments written yet.

Please login to write comment.