Color Hex Logo

#bcdcab Color Hex

#BCDCAB
(188,220,171)
0 Favorites   0 Comments

Color spaces of #bcdcab

RGB 188220171
HSL0.280.410.77
HSV99°22°86°
CMYK 0.150.000.22   0.14
XYZ53.682964.818048.2098
Yxy64.81800.32200.3888
Hunter Lab80.5096-21.870120.8534
CIE-Lab84.3899-19.411320.6497

#bcdcab color RGB value is (188,220,171).

#bcdcab hex color red value is 188, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bcdcab hue: 0.28 , saturation: 0.41 and the lightness value of bcdcab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 10101011
Octal 274 334 253
Decimal 188 220 171
Hex BC DC AB

RGB Percentages of Color #bcdcab

%32.47
%38.00
%29.53

CMYK Percentages of Color #bcdcab

%15
%0
%22
%14

Triadic Colors of #bcdcab

#bcdcab #abbcdc #dcabbc

Analogous Colors of #bcdcab

#bcdcab #abdcb3 #d5dcab

Monochromatic Colors of #bcdcab

#bcdcab

Complementary Color

#bcdcab #cbabdc

#bcdcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcab Color CSS Codes

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

#bcdcab Text Font Color

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

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


#bcdcab Background Color

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

This div background color is #bcdcab


#bcdcab Border Color

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

This div border color is #bcdcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcab


Comments

No comments written yet.

Please login to write comment.