Color Hex Logo

#bcccae Color Hex

#BCCCAE
(188,204,174)
0 Favorites   0 Comments

Color spaces of #bcccae

RGB 188204174
HSL0.260.230.74
HSV92°15°80°
CMYK 0.080.000.15   0.20
XYZ49.971956.933148.3998
Yxy56.93310.32180.3666
Hunter Lab75.4540-13.827114.7864
CIE-Lab80.1420-10.853313.1257

#bcccae color RGB value is (188,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001100 10101110
Octal 274 314 256
Decimal 188 204 174
Hex BC CC AE

RGB Percentages of Color #bcccae

%33.22
%36.04
%30.74

CMYK Percentages of Color #bcccae

%8
%0
%15
%20

Triadic Colors of #bcccae

#bcccae #aebccc #ccaebc

Analogous Colors of #bcccae

#bcccae #aeccaf #cbccae

Monochromatic Colors of #bcccae

#bcccae

Complementary Color

#bcccae #beaecc

#bcccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcccae Color CSS Codes

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

#bcccae Text Font Color

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

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


#bcccae Background Color

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

This div background color is #bcccae


#bcccae Border Color

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

This div border color is #bcccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcccae


Comments

No comments written yet.

Please login to write comment.