Color Hex Logo

#b2cccb Color Hex

#B2CCCB
(178,204,203)
0 Favorites   0 Comments

Color spaces of #b2cccb

RGB 178204203
HSL0.490.200.75
HSV178°13°80°
CMYK 0.130.000.00   0.20
XYZ50.732556.962564.8209
Yxy56.96250.29410.3302
Hunter Lab75.4735-12.09281.9099
CIE-Lab80.1585-8.8875-2.4569

#b2cccb color RGB value is (178,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001100 11001011
Octal 262 314 313
Decimal 178 204 203
Hex B2 CC CB

RGB Percentages of Color #b2cccb

%30.43
%34.87
%34.70

CMYK Percentages of Color #b2cccb

%13
%0
%0
%20

Triadic Colors of #b2cccb

#b2cccb #cbb2cc #cccbb2

Analogous Colors of #b2cccb

#b2cccb #b2c0cc #b2ccbe

Monochromatic Colors of #b2cccb

#b2cccb

Complementary Color

#b2cccb #ccb2b3

#b2cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cccb Color CSS Codes

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

#b2cccb Text Font Color

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

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


#b2cccb Background Color

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

This div background color is #b2cccb


#b2cccb Border Color

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

This div border color is #b2cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cccb


Comments

No comments written yet.

Please login to write comment.