Color Hex Logo

#bbae98 Color Hex

#BBAE98
(187,174,152)
0 Favorites   0 Comments

Color spaces of #bbae98

RGB 187174152
HSL0.100.200.66
HSV38°19°73°
CMYK 0.000.070.19   0.27
XYZ41.297143.103935.8491
Yxy43.10390.34340.3585
Hunter Lab65.6536-2.614513.5831
CIE-Lab71.62541.005712.9755

#bbae98 color RGB value is (187,174,152).

#bbae98 hex color red value is 187, green value is 174 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bbae98 hue: 0.10 , saturation: 0.20 and the lightness value of bbae98 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 10011000
Octal 273 256 230
Decimal 187 174 152
Hex BB AE 98

RGB Percentages of Color #bbae98

%36.45
%33.92
%29.63

CMYK Percentages of Color #bbae98

%0
%7
%19
%27

Triadic Colors of #bbae98

#bbae98 #98bbae #ae98bb

Analogous Colors of #bbae98

#bbae98 #b7bb98 #bb9d98

Monochromatic Colors of #bbae98

#bbae98

Complementary Color

#bbae98 #98a5bb

#bbae98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae98 Color CSS Codes

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

#bbae98 Text Font Color

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

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


#bbae98 Background Color

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

This div background color is #bbae98


#bbae98 Border Color

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

This div border color is #bbae98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae98

#bbae98 Color Palettes


Comments

No comments written yet.

Please login to write comment.