Color Hex Logo

#baaeae Color Hex

#BAAEAE
(186,174,174)
0 Favorites   0 Comments

Color spaces of #baaeae

RGB 186174174
HSL0.000.080.71
HSV73°
CMYK 0.000.060.06   0.27
XYZ43.025743.767246.2246
Yxy43.76720.32350.3290
Hunter Lab66.15680.31484.8831
CIE-Lab72.07264.29001.5348

#baaeae color RGB value is (186,174,174).

#baaeae hex color red value is 186, green value is 174 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #baaeae hue: 0.00 , saturation: 0.08 and the lightness value of baaeae is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 10101110
Octal 272 256 256
Decimal 186 174 174
Hex BA AE AE

RGB Percentages of Color #baaeae

%34.83
%32.58
%32.58

CMYK Percentages of Color #baaeae

%0
%6
%6
%27

Triadic Colors of #baaeae

#baaeae #aebaae #aeaeba

Analogous Colors of #baaeae

#baaeae #bab4ae #baaeb4

Monochromatic Colors of #baaeae

#baaeae

Complementary Color

#baaeae #aebaba

#baaeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaeae Color CSS Codes

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

#baaeae Text Font Color

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

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


#baaeae Background Color

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

This div background color is #baaeae


#baaeae Border Color

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

This div border color is #baaeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaeae


Comments

No comments written yet.

Please login to write comment.