Color Hex Logo

#b4caca Color Hex

#B4CACA
(180,202,202)
0 Favorites   0 Comments

Color spaces of #b4caca

RGB 180202202
HSL0.500.170.75
HSV180°11°79°
CMYK 0.110.000.00   0.21
XYZ50.603656.208664.0594
Yxy56.20860.29610.3290
Hunter Lab74.9724-10.72081.8209
CIE-Lab79.7324-7.3946-2.5301

#b4caca color RGB value is (180,202,202).

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

The process color (four color CMYK) of #b4caca color hex is 0.11, 0.00, 0.00, 0.21. Web safe color of #b4caca is #cccccc. Color #b4caca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001010 11001010
Octal 264 312 312
Decimal 180 202 202
Hex B4 CA CA

RGB Percentages of Color #b4caca

%30.82
%34.59
%34.59

CMYK Percentages of Color #b4caca

%11
%0
%0
%21

Triadic Colors of #b4caca

#b4caca #cab4ca #cacab4

Analogous Colors of #b4caca

#b4caca #b4bfca #b4cabf

Monochromatic Colors of #b4caca

#b4caca

Complementary Color

#b4caca #cab4b4

#b4caca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4caca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4caca Color CSS Codes

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

#b4caca Text Font Color

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

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


#b4caca Background Color

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

This div background color is #b4caca


#b4caca Border Color

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

This div border color is #b4caca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4caca


Comments

No comments written yet.

Please login to write comment.