Color Hex Logo

#b5cdaa Color Hex

#B5CDAA
(181,205,170)
0 Favorites   0 Comments

Color spaces of #b5cdaa

RGB 181205170
HSL0.280.260.74
HSV101°17°80°
CMYK 0.120.000.17   0.20
XYZ48.143156.388746.3769
Yxy56.38870.31900.3737
Hunter Lab75.0924-16.972115.9473
CIE-Lab79.8345-14.512414.7525

#b5cdaa color RGB value is (181,205,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001101 10101010
Octal 265 315 252
Decimal 181 205 170
Hex B5 CD AA

RGB Percentages of Color #b5cdaa

%32.55
%36.87
%30.58

CMYK Percentages of Color #b5cdaa

%12
%0
%17
%20

Triadic Colors of #b5cdaa

#b5cdaa #aab5cd #cdaab5

Analogous Colors of #b5cdaa

#b5cdaa #aacdb1 #c7cdaa

Monochromatic Colors of #b5cdaa

#b5cdaa

Complementary Color

#b5cdaa #c2aacd

#b5cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cdaa Color CSS Codes

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

#b5cdaa Text Font Color

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

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


#b5cdaa Background Color

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

This div background color is #b5cdaa


#b5cdaa Border Color

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

This div border color is #b5cdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cdaa


Comments

No comments written yet.

Please login to write comment.