Color Hex Logo

#bbae90 Color Hex

#BBAE90
(187,174,144)
0 Favorites   0 Comments

Color spaces of #bbae90

RGB 187174144
HSL0.120.240.65
HSV42°23°73°
CMYK 0.000.070.23   0.27
XYZ40.663642.850532.5133
Yxy42.85050.35050.3693
Hunter Lab65.4603-3.672216.3736
CIE-Lab71.4534-0.199117.1026

#bbae90 color RGB value is (187,174,144).

#bbae90 hex color red value is 187, green value is 174 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bbae90 hue: 0.12 , saturation: 0.24 and the lightness value of bbae90 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 10010000
Octal 273 256 220
Decimal 187 174 144
Hex BB AE 90

RGB Percentages of Color #bbae90

%37.03
%34.46
%28.51

CMYK Percentages of Color #bbae90

%0
%7
%23
%27

Triadic Colors of #bbae90

#bbae90 #90bbae #ae90bb

Analogous Colors of #bbae90

#bbae90 #b3bb90 #bb9990

Monochromatic Colors of #bbae90

#bbae90

Complementary Color

#bbae90 #909dbb

#bbae90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae90 Color CSS Codes

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

#bbae90 Text Font Color

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

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


#bbae90 Background Color

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

This div background color is #bbae90


#bbae90 Border Color

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

This div border color is #bbae90


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,174,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbae90">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae90


Comments

No comments written yet.

Please login to write comment.