Color Hex Logo

#b0ae66 Color Hex

#B0AE66
(176,174,102)
0 Favorites   0 Comments

Color spaces of #b0ae66

RGB 176174102
HSL0.160.320.55
HSV58°42°69°
CMYK 0.000.010.42   0.31
XYZ35.438840.461518.5124
Yxy40.46150.37540.4286
Hunter Lab63.6094-11.868327.2712
CIE-Lab69.7970-9.940837.1281

#b0ae66 color RGB value is (176,174,102).

#b0ae66 hex color red value is 176, green value is 174 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b0ae66 hue: 0.16 , saturation: 0.32 and the lightness value of b0ae66 is 0.55.

The process color (four color CMYK) of #b0ae66 color hex is 0.00, 0.01, 0.42, 0.31. Web safe color of #b0ae66 is #999966. Color #b0ae66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10101110 01100110
Octal 260 256 146
Decimal 176 174 102
Hex B0 AE 66

RGB Percentages of Color #b0ae66

%38.94
%38.50
%22.57

CMYK Percentages of Color #b0ae66

%0
%1
%42
%31

Triadic Colors of #b0ae66

#b0ae66 #66b0ae #ae66b0

Analogous Colors of #b0ae66

#b0ae66 #8db066 #b08966

Monochromatic Colors of #b0ae66

#b0ae66

Complementary Color

#b0ae66 #6668b0

#b0ae66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ae66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ae66 Color CSS Codes

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

#b0ae66 Text Font Color

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

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


#b0ae66 Background Color

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

This div background color is #b0ae66


#b0ae66 Border Color

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

This div border color is #b0ae66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ae66


Comments

No comments written yet.

Please login to write comment.