Color Hex Logo

#bbae75 Color Hex

#BBAE75
(187,174,117)
0 Favorites   0 Comments

Color spaces of #bbae75

RGB 187174117
HSL0.140.340.60
HSV49°37°73°
CMYK 0.000.070.37   0.27
XYZ38.840542.121322.9127
Yxy42.12130.37390.4055
Hunter Lab64.9009-6.751824.4988
CIE-Lab70.9545-3.765430.9612

#bbae75 color RGB value is (187,174,117).

#bbae75 hex color red value is 187, green value is 174 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bbae75 hue: 0.14 , saturation: 0.34 and the lightness value of bbae75 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 01110101
Octal 273 256 165
Decimal 187 174 117
Hex BB AE 75

RGB Percentages of Color #bbae75

%39.12
%36.40
%24.48

CMYK Percentages of Color #bbae75

%0
%7
%37
%27

Triadic Colors of #bbae75

#bbae75 #75bbae #ae75bb

Analogous Colors of #bbae75

#bbae75 #a5bb75 #bb8b75

Monochromatic Colors of #bbae75

#bbae75

Complementary Color

#bbae75 #7582bb

#bbae75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae75 Color CSS Codes

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

#bbae75 Text Font Color

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

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


#bbae75 Background Color

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

This div background color is #bbae75


#bbae75 Border Color

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

This div border color is #bbae75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae75


Comments

No comments written yet.

Please login to write comment.