Color Hex Logo

#b3cccd Color Hex

#B3CCCD
(179,204,205)
0 Favorites   0 Comments

Color spaces of #b3cccd

RGB 179204205
HSL0.510.210.75
HSV182°13°80°
CMYK 0.130.000.00   0.20
XYZ51.202757.177266.0952
Yxy57.17720.29350.3277
Hunter Lab75.6156-11.45701.1059
CIE-Lab80.2792-8.1584-3.3442

#b3cccd color RGB value is (179,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001100 11001101
Octal 263 314 315
Decimal 179 204 205
Hex B3 CC CD

RGB Percentages of Color #b3cccd

%30.44
%34.69
%34.86

CMYK Percentages of Color #b3cccd

%13
%0
%0
%20

Triadic Colors of #b3cccd

#b3cccd #cdb3cc #cccdb3

Analogous Colors of #b3cccd

#b3cccd #b3bfcd #b3cdc1

Monochromatic Colors of #b3cccd

#b3cccd

Complementary Color

#b3cccd #cdb4b3

#b3cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cccd Color CSS Codes

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

#b3cccd Text Font Color

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

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


#b3cccd Background Color

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

This div background color is #b3cccd


#b3cccd Border Color

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

This div border color is #b3cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cccd


Comments

No comments written yet.

Please login to write comment.