Color Hex Logo

#adbead Color Hex

#ADBEAD
(173,190,173)
0 Favorites   0 Comments

Color spaces of #adbead

RGB 173190173
HSL0.330.120.71
HSV120°75°
CMYK 0.090.000.09   0.25
XYZ43.189948.728346.6643
Yxy48.72830.31170.3516
Hunter Lab69.8057-11.71909.2293
CIE-Lab75.2820-9.05586.5931

#adbead color RGB value is (173,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 10101101
Octal 255 276 255
Decimal 173 190 173
Hex AD BE AD

RGB Percentages of Color #adbead

%32.28
%35.45
%32.28

CMYK Percentages of Color #adbead

%9
%0
%9
%25

Triadic Colors of #adbead

#adbead #adadbe #beadad

Analogous Colors of #adbead

#adbead #adbeb6 #b6bead

Monochromatic Colors of #adbead

#adbead

Complementary Color

#adbead #beadbe

#adbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbead Color CSS Codes

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

#adbead Text Font Color

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

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


#adbead Background Color

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

This div background color is #adbead


#adbead Border Color

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

This div border color is #adbead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbead


Comments

No comments written yet.

Please login to write comment.