Color Hex Logo

#b3cacd Color Hex

#B3CACD
(179,202,205)
0 Favorites   0 Comments

Color spaces of #b3cacd

RGB 179202205
HSL0.520.210.75
HSV187°13°80°
CMYK 0.130.010.00   0.20
XYZ50.730456.232565.9378
Yxy56.23250.29340.3252
Hunter Lab74.9883-10.47240.3577
CIE-Lab79.7460-7.1149-4.1290

#b3cacd color RGB value is (179,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001010 11001101
Octal 263 312 315
Decimal 179 202 205
Hex B3 CA CD

RGB Percentages of Color #b3cacd

%30.55
%34.47
%34.98

CMYK Percentages of Color #b3cacd

%13
%1
%0
%20

Triadic Colors of #b3cacd

#b3cacd #cdb3ca #cacdb3

Analogous Colors of #b3cacd

#b3cacd #b3bdcd #b3cdc3

Monochromatic Colors of #b3cacd

#b3cacd

Complementary Color

#b3cacd #cdb6b3

#b3cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cacd Color CSS Codes

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

#b3cacd Text Font Color

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

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


#b3cacd Background Color

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

This div background color is #b3cacd


#b3cacd Border Color

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

This div border color is #b3cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cacd

#b3cacd Color Palettes


Comments

No comments written yet.

Please login to write comment.