Color Hex Logo

#b2cbbf Color Hex

#B2CBBF
(178,203,191)
0 Favorites   0 Comments

Color spaces of #b2cbbf

RGB 178203191
HSL0.420.190.75
HSV151°12°80°
CMYK 0.120.000.06   0.20
XYZ49.120055.938457.4985
Yxy55.93840.30220.3441
Hunter Lab74.7920-13.65526.7735
CIE-Lab79.5787-10.73203.1336

#b2cbbf color RGB value is (178,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001011 10111111
Octal 262 313 277
Decimal 178 203 191
Hex B2 CB BF

RGB Percentages of Color #b2cbbf

%31.12
%35.49
%33.39

CMYK Percentages of Color #b2cbbf

%12
%0
%6
%20

Triadic Colors of #b2cbbf

#b2cbbf #bfb2cb #cbbfb2

Analogous Colors of #b2cbbf

#b2cbbf #b2cbcb #b2cbb3

Monochromatic Colors of #b2cbbf

#b2cbbf

Complementary Color

#b2cbbf #cbb2be

#b2cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cbbf Color CSS Codes

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

#b2cbbf Text Font Color

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

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


#b2cbbf Background Color

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

This div background color is #b2cbbf


#b2cbbf Border Color

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

This div border color is #b2cbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cbbf


Comments

No comments written yet.

Please login to write comment.