Color Hex Logo

#a5beae Color Hex

#A5BEAE
(165,190,174)
0 Favorites   0 Comments

Color spaces of #a5beae

RGB 165190174
HSL0.390.160.70
HSV142°13°75°
CMYK 0.130.000.08   0.25
XYZ41.570547.882247.0956
Yxy47.88220.30440.3507
Hunter Lab69.1970-13.85978.0850
CIE-Lab74.7506-11.63095.2137

#a5beae color RGB value is (165,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111110 10101110
Octal 245 276 256
Decimal 165 190 174
Hex A5 BE AE

RGB Percentages of Color #a5beae

%31.19
%35.92
%32.89

CMYK Percentages of Color #a5beae

%13
%0
%8
%25

Triadic Colors of #a5beae

#a5beae #aea5be #beaea5

Analogous Colors of #a5beae

#a5beae #a5bebb #a9bea5

Monochromatic Colors of #a5beae

#a5beae

Complementary Color

#a5beae #bea5b5

#a5beae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5beae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5beae Color CSS Codes

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

#a5beae Text Font Color

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

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


#a5beae Background Color

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

This div background color is #a5beae


#a5beae Border Color

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

This div border color is #a5beae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5beae


Comments

No comments written yet.

Please login to write comment.