Color Hex Logo

#b5ccab Color Hex

#B5CCAB
(181,204,171)
0 Favorites   0 Comments

Color spaces of #b5ccab

RGB 181204171
HSL0.280.240.74
HSV102°16°80°
CMYK 0.110.000.16   0.20
XYZ47.999655.949846.7976
Yxy55.94980.31840.3712
Hunter Lab74.7996-16.354215.2655
CIE-Lab79.5852-13.834213.8690

#b5ccab color RGB value is (181,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001100 10101011
Octal 265 314 253
Decimal 181 204 171
Hex B5 CC AB

RGB Percentages of Color #b5ccab

%32.55
%36.69
%30.76

CMYK Percentages of Color #b5ccab

%11
%0
%16
%20

Triadic Colors of #b5ccab

#b5ccab #abb5cc #ccabb5

Analogous Colors of #b5ccab

#b5ccab #abccb2 #c6ccab

Monochromatic Colors of #b5ccab

#b5ccab

Complementary Color

#b5ccab #c2abcc

#b5ccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ccab Color CSS Codes

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

#b5ccab Text Font Color

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

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


#b5ccab Background Color

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

This div background color is #b5ccab


#b5ccab Border Color

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

This div border color is #b5ccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ccab


Comments

No comments written yet.

Please login to write comment.