Color Hex Logo

#b3cacb Color Hex

#B3CACB
(179,202,203)
0 Favorites   0 Comments

Color spaces of #b3cacb

RGB 179202203
HSL0.510.190.75
HSV183°12°80°
CMYK 0.120.000.00   0.20
XYZ50.490456.136664.6742
Yxy56.13660.29470.3277
Hunter Lab74.9244-10.82921.2683
CIE-Lab79.6915-7.5208-3.1350

#b3cacb color RGB value is (179,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001010 11001011
Octal 263 312 313
Decimal 179 202 203
Hex B3 CA CB

RGB Percentages of Color #b3cacb

%30.65
%34.59
%34.76

CMYK Percentages of Color #b3cacb

%12
%0
%0
%20

Triadic Colors of #b3cacb

#b3cacb #cbb3ca #cacbb3

Analogous Colors of #b3cacb

#b3cacb #b3becb #b3cbc0

Monochromatic Colors of #b3cacb

#b3cacb

Complementary Color

#b3cacb #cbb4b3

#b3cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cacb Color CSS Codes

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

#b3cacb Text Font Color

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

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


#b3cacb Background Color

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

This div background color is #b3cacb


#b3cacb Border Color

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

This div border color is #b3cacb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,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 #b3cacb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cacb


Comments

No comments written yet.

Please login to write comment.