Color Hex Logo

#b2cbbd Color Hex

#B2CBBD
(178,203,189)
0 Favorites   0 Comments

Color spaces of #b2cbbd

RGB 178203189
HSL0.410.190.75
HSV146°12°80°
CMYK 0.120.000.07   0.20
XYZ48.901355.851056.3471
Yxy55.85100.30350.3467
Hunter Lab74.7335-13.98367.6104
CIE-Lab79.5289-11.11374.1341

#b2cbbd color RGB value is (178,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001011 10111101
Octal 262 313 275
Decimal 178 203 189
Hex B2 CB BD

RGB Percentages of Color #b2cbbd

%31.23
%35.61
%33.16

CMYK Percentages of Color #b2cbbd

%12
%0
%7
%20

Triadic Colors of #b2cbbd

#b2cbbd #bdb2cb #cbbdb2

Analogous Colors of #b2cbbd

#b2cbbd #b2cbca #b4cbb2

Monochromatic Colors of #b2cbbd

#b2cbbd

Complementary Color

#b2cbbd #cbb2c0

#b2cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cbbd Color CSS Codes

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

#b2cbbd Text Font Color

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

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


#b2cbbd Background Color

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

This div background color is #b2cbbd


#b2cbbd Border Color

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

This div border color is #b2cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cbbd


Comments

No comments written yet.

Please login to write comment.