Color Hex Logo

#a1bdae Color Hex

#A1BDAE
(161,189,174)
0 Favorites   0 Comments

Color spaces of #a1bdae

RGB 161189174
HSL0.410.180.69
HSV148°15°74°
CMYK 0.150.000.08   0.26
XYZ40.535547.028346.9853
Yxy47.02830.30130.3495
Hunter Lab68.5772-14.50007.3818
CIE-Lab74.2079-12.46804.3962

#a1bdae color RGB value is (161,189,174).

#a1bdae hex color red value is 161, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a1bdae hue: 0.41 , saturation: 0.18 and the lightness value of a1bdae is 0.69.

The process color (four color CMYK) of #a1bdae color hex is 0.15, 0.00, 0.08, 0.26. Web safe color of #a1bdae is #99cc99. Color #a1bdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111101 10101110
Octal 241 275 256
Decimal 161 189 174
Hex A1 BD AE

RGB Percentages of Color #a1bdae

%30.73
%36.07
%33.21

CMYK Percentages of Color #a1bdae

%15
%0
%8
%26

Triadic Colors of #a1bdae

#a1bdae #aea1bd #bdaea1

Analogous Colors of #a1bdae

#a1bdae #a1bdbc #a2bda1

Monochromatic Colors of #a1bdae

#a1bdae

Complementary Color

#a1bdae #bda1b0

#a1bdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bdae Color CSS Codes

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

#a1bdae Text Font Color

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

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


#a1bdae Background Color

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

This div background color is #a1bdae


#a1bdae Border Color

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

This div border color is #a1bdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bdae


Comments

No comments written yet.

Please login to write comment.