Color Hex Logo

#b4cbcb Color Hex

#B4CBCB
(180,203,203)
0 Favorites   0 Comments

Color spaces of #b4cbcb

RGB 180203203
HSL0.500.180.75
HSV180°11°80°
CMYK 0.110.000.00   0.20
XYZ50.957856.727064.7635
Yxy56.72700.29550.3290
Hunter Lab75.3173-11.03671.7401
CIE-Lab80.0258-7.7160-2.6360

#b4cbcb color RGB value is (180,203,203).

#b4cbcb hex color red value is 180, green value is 203 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b4cbcb hue: 0.50 , saturation: 0.18 and the lightness value of b4cbcb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001011 11001011
Octal 264 313 313
Decimal 180 203 203
Hex B4 CB CB

RGB Percentages of Color #b4cbcb

%30.72
%34.64
%34.64

CMYK Percentages of Color #b4cbcb

%11
%0
%0
%20

Triadic Colors of #b4cbcb

#b4cbcb #cbb4cb #cbcbb4

Analogous Colors of #b4cbcb

#b4cbcb #b4c0cb #b4cbc0

Monochromatic Colors of #b4cbcb

#b4cbcb

Complementary Color

#b4cbcb #cbb4b4

#b4cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cbcb Color CSS Codes

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

#b4cbcb Text Font Color

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

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


#b4cbcb Background Color

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

This div background color is #b4cbcb


#b4cbcb Border Color

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

This div border color is #b4cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cbcb

#b4cbcb Color Palettes


Comments

No comments written yet.

Please login to write comment.