Color Hex Logo

#b4cacd Color Hex

#B4CACD
(180,202,205)
0 Favorites   0 Comments

Color spaces of #b4cacd

RGB 180202205
HSL0.520.200.75
HSV187°12°80°
CMYK 0.120.010.00   0.20
XYZ50.962456.352165.9487
Yxy56.35210.29410.3252
Hunter Lab75.0680-10.18850.4602
CIE-Lab79.8138-6.7899-4.0214

#b4cacd color RGB value is (180,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001010 11001101
Octal 264 312 315
Decimal 180 202 205
Hex B4 CA CD

RGB Percentages of Color #b4cacd

%30.66
%34.41
%34.92

CMYK Percentages of Color #b4cacd

%12
%1
%0
%20

Triadic Colors of #b4cacd

#b4cacd #cdb4ca #cacdb4

Analogous Colors of #b4cacd

#b4cacd #b4becd #b4cdc4

Monochromatic Colors of #b4cacd

#b4cacd

Complementary Color

#b4cacd #cdb7b4

#b4cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cacd Color CSS Codes

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

#b4cacd Text Font Color

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

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


#b4cacd Background Color

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

This div background color is #b4cacd


#b4cacd Border Color

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

This div border color is #b4cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cacd


Comments

No comments written yet.

Please login to write comment.