Color Hex Logo

#b4ccac Color Hex

#B4CCAC
(180,204,172)
0 Favorites   0 Comments

Color spaces of #b4ccac

RGB 180204172
HSL0.290.240.74
HSV105°16°80°
CMYK 0.120.000.16   0.20
XYZ47.861755.867647.2907
Yxy55.86760.31690.3699
Hunter Lab74.7446-16.503114.8086
CIE-Lab79.5384-14.014013.2600

#b4ccac color RGB value is (180,204,172).

#b4ccac hex color red value is 180, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b4ccac hue: 0.29 , saturation: 0.24 and the lightness value of b4ccac is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001100 10101100
Octal 264 314 254
Decimal 180 204 172
Hex B4 CC AC

RGB Percentages of Color #b4ccac

%32.37
%36.69
%30.94

CMYK Percentages of Color #b4ccac

%12
%0
%16
%20

Triadic Colors of #b4ccac

#b4ccac #acb4cc #ccacb4

Analogous Colors of #b4ccac

#b4ccac #acccb4 #c4ccac

Monochromatic Colors of #b4ccac

#b4ccac

Complementary Color

#b4ccac #c4accc

#b4ccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ccac Color CSS Codes

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

#b4ccac Text Font Color

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

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


#b4ccac Background Color

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

This div background color is #b4ccac


#b4ccac Border Color

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

This div border color is #b4ccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ccac


Comments

No comments written yet.

Please login to write comment.