Color Hex Logo

#bdaeae Color Hex

#BDAEAE
(189,174,174)
0 Favorites   0 Comments

Color spaces of #bdaeae

RGB 189174174
HSL0.000.100.71
HSV74°
CMYK 0.000.080.08   0.26
XYZ43.762344.146946.2591
Yxy44.14690.32620.3290
Hunter Lab66.44311.29235.2313
CIE-Lab72.32665.37381.9353

#bdaeae color RGB value is (189,174,174).

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

The process color (four color CMYK) of #bdaeae color hex is 0.00, 0.08, 0.08, 0.26. Web safe color of #bdaeae is #cc9999. Color #bdaeae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101110 10101110
Octal 275 256 256
Decimal 189 174 174
Hex BD AE AE

RGB Percentages of Color #bdaeae

%35.20
%32.40
%32.40

CMYK Percentages of Color #bdaeae

%0
%8
%8
%26

Triadic Colors of #bdaeae

#bdaeae #aebdae #aeaebd

Analogous Colors of #bdaeae

#bdaeae #bdb6ae #bdaeb6

Monochromatic Colors of #bdaeae

#bdaeae

Complementary Color

#bdaeae #aebdbd

#bdaeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdaeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdaeae Color CSS Codes

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

#bdaeae Text Font Color

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

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


#bdaeae Background Color

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

This div background color is #bdaeae


#bdaeae Border Color

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

This div border color is #bdaeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdaeae

#bdaeae Color Palettes


Comments

No comments written yet.

Please login to write comment.