Color Hex Logo

#b2cccd Color Hex

#B2CCCD
(178,204,205)
0 Favorites   0 Comments

Color spaces of #b2cccd

RGB 178204205
HSL0.510.210.75
HSV182°13°80°
CMYK 0.130.000.00   0.20
XYZ50.972457.058566.0845
Yxy57.05850.29280.3277
Hunter Lab75.5371-11.73811.0054
CIE-Lab80.2125-8.4819-3.4500

#b2cccd color RGB value is (178,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001100 11001101
Octal 262 314 315
Decimal 178 204 205
Hex B2 CC CD

RGB Percentages of Color #b2cccd

%30.32
%34.75
%34.92

CMYK Percentages of Color #b2cccd

%13
%0
%0
%20

Triadic Colors of #b2cccd

#b2cccd #cdb2cc #cccdb2

Analogous Colors of #b2cccd

#b2cccd #b2bfcd #b2cdc1

Monochromatic Colors of #b2cccd

#b2cccd

Complementary Color

#b2cccd #cdb3b2

#b2cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cccd Color CSS Codes

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

#b2cccd Text Font Color

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

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


#b2cccd Background Color

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

This div background color is #b2cccd


#b2cccd Border Color

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

This div border color is #b2cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cccd


Comments

No comments written yet.

Please login to write comment.