Color Hex Logo

#b4cacb Color Hex

#B4CACB
(180,202,203)
0 Favorites   0 Comments

Color spaces of #b4cacb

RGB 180202203
HSL0.510.180.75
HSV183°11°80°
CMYK 0.110.000.00   0.20
XYZ50.722456.256264.6851
Yxy56.25620.29550.3277
Hunter Lab75.0041-10.54461.3700
CIE-Lab79.7594-7.1942-3.0274

#b4cacb color RGB value is (180,202,203).

#b4cacb hex color red value is 180, green value is 202 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b4cacb hue: 0.51 , saturation: 0.18 and the lightness value of b4cacb is 0.75.

The process color (four color CMYK) of #b4cacb color hex is 0.11, 0.00, 0.00, 0.20. Web safe color of #b4cacb is #cccccc. Color #b4cacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001010 11001011
Octal 264 312 313
Decimal 180 202 203
Hex B4 CA CB

RGB Percentages of Color #b4cacb

%30.77
%34.53
%34.70

CMYK Percentages of Color #b4cacb

%11
%0
%0
%20

Triadic Colors of #b4cacb

#b4cacb #cbb4ca #cacbb4

Analogous Colors of #b4cacb

#b4cacb #b4bfcb #b4cbc1

Monochromatic Colors of #b4cacb

#b4cacb

Complementary Color

#b4cacb #cbb5b4

#b4cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cacb Color CSS Codes

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

#b4cacb Text Font Color

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

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


#b4cacb Background Color

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

This div background color is #b4cacb


#b4cacb Border Color

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

This div border color is #b4cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cacb


Comments

No comments written yet.

Please login to write comment.