Color Hex Logo

#bbadae Color Hex

#BBADAE
(187,173,174)
0 Favorites   0 Comments

Color spaces of #bbadae

RGB 187173174
HSL0.990.090.71
HSV356°73°
CMYK 0.000.070.07   0.27
XYZ43.077143.507946.1719
Yxy43.50790.32450.3277
Hunter Lab65.96051.14284.6698
CIE-Lab71.89835.19401.2915

#bbadae color RGB value is (187,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101101 10101110
Octal 273 255 256
Decimal 187 173 174
Hex BB AD AE

RGB Percentages of Color #bbadae

%35.02
%32.40
%32.58

CMYK Percentages of Color #bbadae

%0
%7
%7
%27

Triadic Colors of #bbadae

#bbadae #aebbad #adaebb

Analogous Colors of #bbadae

#bbadae #bbb3ad #bbadb5

Monochromatic Colors of #bbadae

#bbadae

Complementary Color

#bbadae #adbbba

#bbadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbadae Color CSS Codes

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

#bbadae Text Font Color

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

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


#bbadae Background Color

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

This div background color is #bbadae


#bbadae Border Color

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

This div border color is #bbadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbadae


Comments

No comments written yet.

Please login to write comment.