Color Hex Logo

#b4cacc Color Hex

#B4CACC
(180,202,204)
1 Favorites   0 Comments

Color spaces of #b4cacc

RGB 180202204
HSL0.510.190.75
HSV185°12°80°
CMYK 0.120.010.00   0.20
XYZ50.842056.304065.3148
Yxy56.30400.29480.3265
Hunter Lab75.0360-10.36710.9164
CIE-Lab79.7865-6.9925-3.5244

#b4cacc color RGB value is (180,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001010 11001100
Octal 264 312 314
Decimal 180 202 204
Hex B4 CA CC

RGB Percentages of Color #b4cacc

%30.72
%34.47
%34.81

CMYK Percentages of Color #b4cacc

%12
%1
%0
%20

Triadic Colors of #b4cacc

#b4cacc #ccb4ca #caccb4

Analogous Colors of #b4cacc

#b4cacc #b4becc #b4ccc2

Monochromatic Colors of #b4cacc

#b4cacc

Complementary Color

#b4cacc #ccb6b4

#b4cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cacc Color CSS Codes

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

#b4cacc Text Font Color

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

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


#b4cacc Background Color

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

This div background color is #b4cacc


#b4cacc Border Color

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

This div border color is #b4cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cacc

#b4cacc Color Palettes


Comments

No comments written yet.

Please login to write comment.