Color Hex Logo

#bcbead Color Hex

#BCBEAD
(188,190,173)
0 Favorites   0 Comments

Color spaces of #bcbead

RGB 188190173
HSL0.190.120.71
HSV67°75°
CMYK 0.010.000.09   0.25
XYZ46.695350.535446.8284
Yxy50.53540.32410.3508
Hunter Lab71.0883-7.154310.7053
CIE-Lab76.3967-3.73038.3385

#bcbead color RGB value is (188,190,173).

#bcbead hex color red value is 188, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bcbead hue: 0.19 , saturation: 0.12 and the lightness value of bcbead is 0.71.

The process color (four color CMYK) of #bcbead color hex is 0.01, 0.00, 0.09, 0.25. Web safe color of #bcbead is #cccc99. Color #bcbead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 10101101
Octal 274 276 255
Decimal 188 190 173
Hex BC BE AD

RGB Percentages of Color #bcbead

%34.12
%34.48
%31.40

CMYK Percentages of Color #bcbead

%1
%0
%9
%25

Triadic Colors of #bcbead

#bcbead #adbcbe #beadbc

Analogous Colors of #bcbead

#bcbead #b4bead #beb8ad

Monochromatic Colors of #bcbead

#bcbead

Complementary Color

#bcbead #afadbe

#bcbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbead Color CSS Codes

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

#bcbead Text Font Color

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

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


#bcbead Background Color

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

This div background color is #bcbead


#bcbead Border Color

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

This div border color is #bcbead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,190,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbead


Comments

No comments written yet.

Please login to write comment.