Color Hex Logo

#adbea4 Color Hex

#ADBEA4
(173,190,164)
0 Favorites   0 Comments

Color spaces of #adbea4

RGB 173190164
HSL0.280.170.69
HSV99°14°75°
CMYK 0.090.000.14   0.25
XYZ42.347948.391542.2305
Yxy48.39150.31850.3639
Hunter Lab69.5640-13.073012.7014
CIE-Lab75.0712-10.661611.1652

#adbea4 color RGB value is (173,190,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 10100100
Octal 255 276 244
Decimal 173 190 164
Hex AD BE A4

RGB Percentages of Color #adbea4

%32.83
%36.05
%31.12

CMYK Percentages of Color #adbea4

%9
%0
%14
%25

Triadic Colors of #adbea4

#adbea4 #a4adbe #bea4ad

Analogous Colors of #adbea4

#adbea4 #a4bea8 #babea4

Monochromatic Colors of #adbea4

#adbea4

Complementary Color

#adbea4 #b5a4be

#adbea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbea4 Color CSS Codes

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

#adbea4 Text Font Color

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

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


#adbea4 Background Color

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

This div background color is #adbea4


#adbea4 Border Color

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

This div border color is #adbea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbea4


Comments

No comments written yet.

Please login to write comment.