Color Hex Logo

#adbcae Color Hex

#ADBCAE
(173,188,174)
0 Favorites   0 Comments

Color spaces of #adbcae

RGB 173188174
HSL0.340.100.71
HSV124°74°
CMYK 0.080.000.07   0.26
XYZ42.856847.906747.0325
Yxy47.90670.31100.3477
Hunter Lab69.2147-10.60088.1617
CIE-Lab74.7660-7.82265.3080

#adbcae color RGB value is (173,188,174).

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

The process color (four color CMYK) of #adbcae color hex is 0.08, 0.00, 0.07, 0.26. Web safe color of #adbcae is #99cc99. Color #adbcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 10101110
Octal 255 274 256
Decimal 173 188 174
Hex AD BC AE

RGB Percentages of Color #adbcae

%32.34
%35.14
%32.52

CMYK Percentages of Color #adbcae

%8
%0
%7
%26

Triadic Colors of #adbcae

#adbcae #aeadbc #bcaead

Analogous Colors of #adbcae

#adbcae #adbcb6 #b4bcad

Monochromatic Colors of #adbcae

#adbcae

Complementary Color

#adbcae #bcadbb

#adbcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcae Color CSS Codes

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

#adbcae Text Font Color

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

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


#adbcae Background Color

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

This div background color is #adbcae


#adbcae Border Color

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

This div border color is #adbcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcae


Comments

No comments written yet.

Please login to write comment.