Color Hex Logo

#b5cbac Color Hex

#B5CBAC
(181,203,172)
0 Favorites   0 Comments

Color spaces of #b5cbac

RGB 181203172
HSL0.280.230.74
HSV103°15°80°
CMYK 0.110.000.15   0.20
XYZ47.858455.514247.2226
Yxy55.51420.31780.3686
Hunter Lab74.5079-15.733414.5779
CIE-Lab79.3365-13.153012.9847

#b5cbac color RGB value is (181,203,172).

#b5cbac hex color red value is 181, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b5cbac hue: 0.28 , saturation: 0.23 and the lightness value of b5cbac is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001011 10101100
Octal 265 313 254
Decimal 181 203 172
Hex B5 CB AC

RGB Percentages of Color #b5cbac

%32.55
%36.51
%30.94

CMYK Percentages of Color #b5cbac

%11
%0
%15
%20

Triadic Colors of #b5cbac

#b5cbac #acb5cb #cbacb5

Analogous Colors of #b5cbac

#b5cbac #accbb3 #c5cbac

Monochromatic Colors of #b5cbac

#b5cbac

Complementary Color

#b5cbac #c2accb

#b5cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cbac Color CSS Codes

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

#b5cbac Text Font Color

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

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


#b5cbac Background Color

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

This div background color is #b5cbac


#b5cbac Border Color

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

This div border color is #b5cbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cbac


Comments

No comments written yet.

Please login to write comment.