Color Hex Logo

#b8cccb Color Hex

#B8CCCB
(184,204,203)
0 Favorites   0 Comments

Color spaces of #b8cccb

RGB 184204203
HSL0.490.160.76
HSV177°10°80°
CMYK 0.100.000.00   0.20
XYZ52.139557.687964.8867
Yxy57.68790.29840.3302
Hunter Lab75.9526-10.38122.5150
CIE-Lab80.5650-6.9241-1.8130

#b8cccb color RGB value is (184,204,203).

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

The process color (four color CMYK) of #b8cccb color hex is 0.10, 0.00, 0.00, 0.20. Web safe color of #b8cccb is #cccccc. Color #b8cccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001100 11001011
Octal 270 314 313
Decimal 184 204 203
Hex B8 CC CB

RGB Percentages of Color #b8cccb

%31.13
%34.52
%34.35

CMYK Percentages of Color #b8cccb

%10
%0
%0
%20

Triadic Colors of #b8cccb

#b8cccb #cbb8cc #cccbb8

Analogous Colors of #b8cccb

#b8cccb #b8c3cc #b8ccc1

Monochromatic Colors of #b8cccb

#b8cccb

Complementary Color

#b8cccb #ccb8b9

#b8cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cccb Color CSS Codes

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

#b8cccb Text Font Color

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

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


#b8cccb Background Color

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

This div background color is #b8cccb


#b8cccb Border Color

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

This div border color is #b8cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cccb


Comments

No comments written yet.

Please login to write comment.