Color Hex Logo

#b4ccaa Color Hex

#B4CCAA
(180,204,170)
0 Favorites   0 Comments

Color spaces of #b4ccaa

RGB 180204170
HSL0.280.250.73
HSV102°17°80°
CMYK 0.120.000.17   0.20
XYZ47.671055.791346.2865
Yxy55.79130.31830.3726
Hunter Lab74.6936-16.791315.5444
CIE-Lab79.4949-14.355514.2648

#b4ccaa color RGB value is (180,204,170).

#b4ccaa hex color red value is 180, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b4ccaa hue: 0.28 , saturation: 0.25 and the lightness value of b4ccaa is 0.73.

The process color (four color CMYK) of #b4ccaa color hex is 0.12, 0.00, 0.17, 0.20. Web safe color of #b4ccaa is #cccc99. Color #b4ccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001100 10101010
Octal 264 314 252
Decimal 180 204 170
Hex B4 CC AA

RGB Percentages of Color #b4ccaa

%32.49
%36.82
%30.69

CMYK Percentages of Color #b4ccaa

%12
%0
%17
%20

Triadic Colors of #b4ccaa

#b4ccaa #aab4cc #ccaab4

Analogous Colors of #b4ccaa

#b4ccaa #aaccb1 #c5ccaa

Monochromatic Colors of #b4ccaa

#b4ccaa

Complementary Color

#b4ccaa #c2aacc

#b4ccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ccaa Color CSS Codes

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

#b4ccaa Text Font Color

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

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


#b4ccaa Background Color

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

This div background color is #b4ccaa


#b4ccaa Border Color

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

This div border color is #b4ccaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,204,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4ccaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4ccaa;
  -webkit-box-shadow: 1px 1px 3px 2px #b4ccaa;
  box-shadow:         1px 1px 3px 2px #b4ccaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,204,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ccaa


Comments

No comments written yet.

Please login to write comment.