Color Hex Logo

#baaead Color Hex

#BAAEAD
(186,174,173)
0 Favorites   0 Comments

Color spaces of #baaead

RGB 186174173
HSL0.010.090.70
HSV73°
CMYK 0.000.060.07   0.27
XYZ42.928643.728345.7130
Yxy43.72830.32430.3303
Hunter Lab66.12740.15585.3028
CIE-Lab72.04654.11342.0464

#baaead color RGB value is (186,174,173).

#baaead hex color red value is 186, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #baaead hue: 0.01 , saturation: 0.09 and the lightness value of baaead is 0.70.

The process color (four color CMYK) of #baaead color hex is 0.00, 0.06, 0.07, 0.27. Web safe color of #baaead is #cc9999. Color #baaead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 10101101
Octal 272 256 255
Decimal 186 174 173
Hex BA AE AD

RGB Percentages of Color #baaead

%34.90
%32.65
%32.46

CMYK Percentages of Color #baaead

%0
%6
%7
%27

Triadic Colors of #baaead

#baaead #adbaae #aeadba

Analogous Colors of #baaead

#baaead #bab5ad #baadb3

Monochromatic Colors of #baaead

#baaead

Complementary Color

#baaead #adb9ba

#baaead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaead Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaead Color CSS Codes

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

#baaead Text Font Color

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

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


#baaead Background Color

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

This div background color is #baaead


#baaead Border Color

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

This div border color is #baaead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaead


Comments

No comments written yet.

Please login to write comment.