Color Hex Logo

#b9cab4 Color Hex

#B9CAB4
(185,202,180)
0 Favorites   0 Comments

Color spaces of #b9cab4

RGB 185202180
HSL0.300.170.75
HSV106°11°79°
CMYK 0.080.000.11   0.21
XYZ49.366355.850651.3584
Yxy55.85060.31530.3567
Hunter Lab74.7333-12.872111.5678
CIE-Lab79.5287-9.84689.0196

#b9cab4 color RGB value is (185,202,180).

#b9cab4 hex color red value is 185, green value is 202 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #b9cab4 hue: 0.30 , saturation: 0.17 and the lightness value of b9cab4 is 0.75.

The process color (four color CMYK) of #b9cab4 color hex is 0.08, 0.00, 0.11, 0.21. Web safe color of #b9cab4 is #cccccc. Color #b9cab4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001010 10110100
Octal 271 312 264
Decimal 185 202 180
Hex B9 CA B4

RGB Percentages of Color #b9cab4

%32.63
%35.63
%31.75

CMYK Percentages of Color #b9cab4

%8
%0
%11
%21

Triadic Colors of #b9cab4

#b9cab4 #b4b9ca #cab4b9

Analogous Colors of #b9cab4

#b9cab4 #b4caba #c4cab4

Monochromatic Colors of #b9cab4

#b9cab4

Complementary Color

#b9cab4 #c5b4ca

#b9cab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cab4 Color CSS Codes

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

#b9cab4 Text Font Color

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

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


#b9cab4 Background Color

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

This div background color is #b9cab4


#b9cab4 Border Color

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

This div border color is #b9cab4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,202,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cab4


Comments

No comments written yet.

Please login to write comment.