Color Hex Logo

#b4cbae Color Hex

#B4CBAE
(180,203,174)
0 Favorites   0 Comments

Color spaces of #b4cbae

RGB 180203174
HSL0.300.220.74
HSV108°14°80°
CMYK 0.110.000.14   0.20
XYZ47.818355.471248.2311
Yxy55.47120.31560.3661
Hunter Lab74.4790-15.734613.7403
CIE-Lab79.3119-13.158011.8721

#b4cbae color RGB value is (180,203,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001011 10101110
Octal 264 313 256
Decimal 180 203 174
Hex B4 CB AE

RGB Percentages of Color #b4cbae

%32.32
%36.45
%31.24

CMYK Percentages of Color #b4cbae

%11
%0
%14
%20

Triadic Colors of #b4cbae

#b4cbae #aeb4cb #cbaeb4

Analogous Colors of #b4cbae

#b4cbae #aecbb7 #c3cbae

Monochromatic Colors of #b4cbae

#b4cbae

Complementary Color

#b4cbae #c5aecb

#b4cbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cbae Color CSS Codes

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

#b4cbae Text Font Color

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

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


#b4cbae Background Color

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

This div background color is #b4cbae


#b4cbae Border Color

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

This div border color is #b4cbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cbae


Comments

No comments written yet.

Please login to write comment.