Color Hex Logo

#bcdcb0 Color Hex

#BCDCB0
(188,220,176)
0 Favorites   0 Comments

Color spaces of #bcdcb0

RGB 188220176
HSL0.290.390.78
HSV104°20°86°
CMYK 0.150.000.20   0.14
XYZ54.168765.012450.7679
Yxy65.01240.31870.3825
Hunter Lab80.6303-21.183819.1099
CIE-Lab84.4901-18.600518.1727

#bcdcb0 color RGB value is (188,220,176).

#bcdcb0 hex color red value is 188, green value is 220 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bcdcb0 hue: 0.29 , saturation: 0.39 and the lightness value of bcdcb0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 10110000
Octal 274 334 260
Decimal 188 220 176
Hex BC DC B0

RGB Percentages of Color #bcdcb0

%32.19
%37.67
%30.14

CMYK Percentages of Color #bcdcb0

%15
%0
%20
%14

Triadic Colors of #bcdcb0

#bcdcb0 #b0bcdc #dcb0bc

Analogous Colors of #bcdcb0

#bcdcb0 #b0dcba #d2dcb0

Monochromatic Colors of #bcdcb0

#bcdcb0

Complementary Color

#bcdcb0 #d0b0dc

#bcdcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcb0 Color CSS Codes

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

#bcdcb0 Text Font Color

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

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


#bcdcb0 Background Color

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

This div background color is #bcdcb0


#bcdcb0 Border Color

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

This div border color is #bcdcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcb0


Comments

No comments written yet.

Please login to write comment.