Color Hex Logo

#adbeab Color Hex

#ADBEAB
(173,190,171)
0 Favorites   0 Comments

Color spaces of #adbeab

RGB 173190171
HSL0.320.130.71
HSV114°10°75°
CMYK 0.090.000.10   0.25
XYZ42.997748.651445.6525
Yxy48.65140.31320.3543
Hunter Lab69.7506-12.027210.0194
CIE-Lab75.2339-9.41977.6080

#adbeab color RGB value is (173,190,171).

#adbeab hex color red value is 173, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #adbeab hue: 0.32 , saturation: 0.13 and the lightness value of adbeab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 10101011
Octal 255 276 253
Decimal 173 190 171
Hex AD BE AB

RGB Percentages of Color #adbeab

%32.40
%35.58
%32.02

CMYK Percentages of Color #adbeab

%9
%0
%10
%25

Triadic Colors of #adbeab

#adbeab #abadbe #beabad

Analogous Colors of #adbeab

#adbeab #abbeb3 #b7beab

Monochromatic Colors of #adbeab

#adbeab

Complementary Color

#adbeab #bcabbe

#adbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbeab Color CSS Codes

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

#adbeab Text Font Color

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

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


#adbeab Background Color

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

This div background color is #adbeab


#adbeab Border Color

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

This div border color is #adbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbeab


Comments

No comments written yet.

Please login to write comment.