Color Hex Logo

#adbfa5 Color Hex

#ADBFA5
(173,191,165)
0 Favorites   0 Comments

Color spaces of #adbfa5

RGB 173191165
HSL0.280.170.70
HSV102°14°75°
CMYK 0.090.000.14   0.25
XYZ42.655948.862542.7805
Yxy48.86250.31760.3638
Hunter Lab69.9017-13.402512.6452
CIE-Lab75.3657-11.007411.0425

#adbfa5 color RGB value is (173,191,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 10100101
Octal 255 277 245
Decimal 173 191 165
Hex AD BF A5

RGB Percentages of Color #adbfa5

%32.70
%36.11
%31.19

CMYK Percentages of Color #adbfa5

%9
%0
%14
%25

Triadic Colors of #adbfa5

#adbfa5 #a5adbf #bfa5ad

Analogous Colors of #adbfa5

#adbfa5 #a5bfaa #babfa5

Monochromatic Colors of #adbfa5

#adbfa5

Complementary Color

#adbfa5 #b7a5bf

#adbfa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfa5 Color CSS Codes

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

#adbfa5 Text Font Color

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

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


#adbfa5 Background Color

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

This div background color is #adbfa5


#adbfa5 Border Color

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

This div border color is #adbfa5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,191,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfa5


Comments

No comments written yet.

Please login to write comment.