Color Hex Logo

#bbae65 Color Hex

#BBAE65
(187,174,101)
0 Favorites   0 Comments

Color spaces of #bbae65

RGB 187174101
HSL0.140.390.56
HSV51°46°73°
CMYK 0.000.070.46   0.27
XYZ37.978541.776518.3739
Yxy41.77650.38700.4257
Hunter Lab64.6347-8.226628.3898
CIE-Lab70.7166-5.505338.9906

#bbae65 color RGB value is (187,174,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101110 01100101
Octal 273 256 145
Decimal 187 174 101
Hex BB AE 65

RGB Percentages of Color #bbae65

%40.48
%37.66
%21.86

CMYK Percentages of Color #bbae65

%0
%7
%46
%27

Triadic Colors of #bbae65

#bbae65 #65bbae #ae65bb

Analogous Colors of #bbae65

#bbae65 #9dbb65 #bb8365

Monochromatic Colors of #bbae65

#bbae65

Complementary Color

#bbae65 #6572bb

#bbae65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbae65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbae65 Color CSS Codes

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

#bbae65 Text Font Color

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

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


#bbae65 Background Color

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

This div background color is #bbae65


#bbae65 Border Color

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

This div border color is #bbae65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbae65


Comments

No comments written yet.

Please login to write comment.