Color Hex Logo

#a8bead Color Hex

#A8BEAD
(168,190,173)
0 Favorites   0 Comments

Color spaces of #a8bead

RGB 168190173
HSL0.370.140.70
HSV134°12°75°
CMYK 0.120.000.09   0.25
XYZ42.104748.168946.6135
Yxy48.16890.30760.3519
Hunter Lab69.4038-13.16748.7619
CIE-Lab74.9313-10.79126.0432

#a8bead color RGB value is (168,190,173).

#a8bead hex color red value is 168, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a8bead hue: 0.37 , saturation: 0.14 and the lightness value of a8bead is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111110 10101101
Octal 250 276 255
Decimal 168 190 173
Hex A8 BE AD

RGB Percentages of Color #a8bead

%31.64
%35.78
%32.58

CMYK Percentages of Color #a8bead

%12
%0
%9
%25

Triadic Colors of #a8bead

#a8bead #ada8be #beada8

Analogous Colors of #a8bead

#a8bead #a8beb8 #aebea8

Monochromatic Colors of #a8bead

#a8bead

Complementary Color

#a8bead #bea8b9

#a8bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bead Color CSS Codes

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

#a8bead Text Font Color

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

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


#a8bead Background Color

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

This div background color is #a8bead


#a8bead Border Color

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

This div border color is #a8bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bead


Comments

No comments written yet.

Please login to write comment.