Color Hex Logo

#adbfa8 Color Hex

#ADBFA8
(173,191,168)
0 Favorites   0 Comments

Color spaces of #adbfa8

RGB 173191168
HSL0.300.150.70
HSV107°12°75°
CMYK 0.090.000.12   0.25
XYZ42.932348.973044.2357
Yxy48.97300.31540.3597
Hunter Lab69.9807-12.958711.5085
CIE-Lab75.4345-10.47909.5187

#adbfa8 color RGB value is (173,191,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 10101000
Octal 255 277 250
Decimal 173 191 168
Hex AD BF A8

RGB Percentages of Color #adbfa8

%32.52
%35.90
%31.58

CMYK Percentages of Color #adbfa8

%9
%0
%12
%25

Triadic Colors of #adbfa8

#adbfa8 #a8adbf #bfa8ad

Analogous Colors of #adbfa8

#adbfa8 #a8bfaf #b9bfa8

Monochromatic Colors of #adbfa8

#adbfa8

Complementary Color

#adbfa8 #baa8bf

#adbfa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfa8 Color CSS Codes

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

#adbfa8 Text Font Color

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

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


#adbfa8 Background Color

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

This div background color is #adbfa8


#adbfa8 Border Color

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

This div border color is #adbfa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfa8


Comments

No comments written yet.

Please login to write comment.