Color Hex Logo

#adbfae Color Hex

#ADBFAE
(173,191,174)
0 Favorites   0 Comments

Color spaces of #adbfae

RGB 173191174
HSL0.340.120.71
HSV123°75°
CMYK 0.090.000.09   0.25
XYZ43.504449.201847.2484
Yxy49.20180.31080.3516
Hunter Lab70.1440-12.04359.1636
CIE-Lab75.5767-9.39536.4747

#adbfae color RGB value is (173,191,174).

#adbfae hex color red value is 173, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #adbfae hue: 0.34 , saturation: 0.12 and the lightness value of adbfae is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 10101110
Octal 255 277 256
Decimal 173 191 174
Hex AD BF AE

RGB Percentages of Color #adbfae

%32.16
%35.50
%32.34

CMYK Percentages of Color #adbfae

%9
%0
%9
%25

Triadic Colors of #adbfae

#adbfae #aeadbf #bfaead

Analogous Colors of #adbfae

#adbfae #adbfb7 #b5bfad

Monochromatic Colors of #adbfae

#adbfae

Complementary Color

#adbfae #bfadbe

#adbfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfae Color CSS Codes

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

#adbfae Text Font Color

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

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


#adbfae Background Color

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

This div background color is #adbfae


#adbfae Border Color

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

This div border color is #adbfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfae


Comments

No comments written yet.

Please login to write comment.