Color Hex Logo

#b4cdaa Color Hex

#B4CDAA
(180,205,170)
0 Favorites   0 Comments

Color spaces of #b4cdaa

RGB 180205170
HSL0.290.260.74
HSV103°17°80°
CMYK 0.120.000.17   0.20
XYZ47.909456.268246.3660
Yxy56.26820.31820.3738
Hunter Lab75.0121-17.265315.8606
CIE-Lab79.7662-14.863914.6465

#b4cdaa color RGB value is (180,205,170).

#b4cdaa hex color red value is 180, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b4cdaa hue: 0.29 , saturation: 0.26 and the lightness value of b4cdaa is 0.74.

The process color (four color CMYK) of #b4cdaa color hex is 0.12, 0.00, 0.17, 0.20. Web safe color of #b4cdaa is #cccc99. Color #b4cdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001101 10101010
Octal 264 315 252
Decimal 180 205 170
Hex B4 CD AA

RGB Percentages of Color #b4cdaa

%32.43
%36.94
%30.63

CMYK Percentages of Color #b4cdaa

%12
%0
%17
%20

Triadic Colors of #b4cdaa

#b4cdaa #aab4cd #cdaab4

Analogous Colors of #b4cdaa

#b4cdaa #aacdb2 #c6cdaa

Monochromatic Colors of #b4cdaa

#b4cdaa

Complementary Color

#b4cdaa #c3aacd

#b4cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cdaa Color CSS Codes

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

#b4cdaa Text Font Color

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

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


#b4cdaa Background Color

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

This div background color is #b4cdaa


#b4cdaa Border Color

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

This div border color is #b4cdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cdaa


Comments

No comments written yet.

Please login to write comment.