Color Hex Logo

#a8beae Color Hex

#A8BEAE
(168,190,174)
0 Favorites   0 Comments

Color spaces of #a8beae

RGB 168190174
HSL0.380.140.70
HSV136°12°75°
CMYK 0.120.000.08   0.25
XYZ42.201948.207747.1251
Yxy48.20770.30680.3505
Hunter Lab69.4318-13.01008.3606
CIE-Lab74.9557-10.60335.5359

#a8beae color RGB value is (168,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111110 10101110
Octal 250 276 256
Decimal 168 190 174
Hex A8 BE AE

RGB Percentages of Color #a8beae

%31.58
%35.71
%32.71

CMYK Percentages of Color #a8beae

%12
%0
%8
%25

Triadic Colors of #a8beae

#a8beae #aea8be #beaea8

Analogous Colors of #a8beae

#a8beae #a8beb9 #adbea8

Monochromatic Colors of #a8beae

#a8beae

Complementary Color

#a8beae #bea8b8

#a8beae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8beae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8beae Color CSS Codes

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

#a8beae Text Font Color

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

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


#a8beae Background Color

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

This div background color is #a8beae


#a8beae Border Color

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

This div border color is #a8beae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8beae


Comments

No comments written yet.

Please login to write comment.