Color Hex Logo

#b5ccae Color Hex

#B5CCAE
(181,204,174)
0 Favorites   0 Comments

Color spaces of #b5ccae

RGB 181204174
HSL0.290.230.74
HSV106°15°80°
CMYK 0.110.000.15   0.20
XYZ48.288956.065548.3210
Yxy56.06550.31630.3672
Hunter Lab74.8769-15.918014.1517
CIE-Lab79.6511-13.319712.3622

#b5ccae color RGB value is (181,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001100 10101110
Octal 265 314 256
Decimal 181 204 174
Hex B5 CC AE

RGB Percentages of Color #b5ccae

%32.38
%36.49
%31.13

CMYK Percentages of Color #b5ccae

%11
%0
%15
%20

Triadic Colors of #b5ccae

#b5ccae #aeb5cc #ccaeb5

Analogous Colors of #b5ccae

#b5ccae #aeccb6 #c4ccae

Monochromatic Colors of #b5ccae

#b5ccae

Complementary Color

#b5ccae #c5aecc

#b5ccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ccae Color CSS Codes

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

#b5ccae Text Font Color

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

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


#b5ccae Background Color

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

This div background color is #b5ccae


#b5ccae Border Color

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

This div border color is #b5ccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ccae


Comments

No comments written yet.

Please login to write comment.