Color Hex Logo

#b5cbae Color Hex

#B5CBAE
(181,203,174)
0 Favorites   0 Comments

Color spaces of #b5cbae

RGB 181203174
HSL0.290.220.74
HSV106°14°80°
CMYK 0.110.000.14   0.20
XYZ48.052055.591648.2420
Yxy55.59160.31640.3660
Hunter Lab74.5598-15.440613.8298
CIE-Lab79.3808-12.808311.9795

#b5cbae color RGB value is (181,203,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001011 10101110
Octal 265 313 256
Decimal 181 203 174
Hex B5 CB AE

RGB Percentages of Color #b5cbae

%32.44
%36.38
%31.18

CMYK Percentages of Color #b5cbae

%11
%0
%14
%20

Triadic Colors of #b5cbae

#b5cbae #aeb5cb #cbaeb5

Analogous Colors of #b5cbae

#b5cbae #aecbb6 #c4cbae

Monochromatic Colors of #b5cbae

#b5cbae

Complementary Color

#b5cbae #c4aecb

#b5cbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cbae Color CSS Codes

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

#b5cbae Text Font Color

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

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


#b5cbae Background Color

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

This div background color is #b5cbae


#b5cbae Border Color

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

This div border color is #b5cbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cbae


Comments

No comments written yet.

Please login to write comment.