Color Hex Logo

#bcdbab Color Hex

#BCDBAB
(188,219,171)
0 Favorites   0 Comments

Color spaces of #bcdbab

RGB 188219171
HSL0.270.400.76
HSV99°22°86°
CMYK 0.140.000.22   0.14
XYZ53.421264.294748.1226
Yxy64.29470.32210.3877
Hunter Lab80.1840-21.399420.5458
CIE-Lab84.1190-18.916420.2746

#bcdbab color RGB value is (188,219,171).

#bcdbab hex color red value is 188, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bcdbab hue: 0.27 , saturation: 0.40 and the lightness value of bcdbab is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 10101011
Octal 274 333 253
Decimal 188 219 171
Hex BC DB AB

RGB Percentages of Color #bcdbab

%32.53
%37.89
%29.58

CMYK Percentages of Color #bcdbab

%14
%0
%22
%14

Triadic Colors of #bcdbab

#bcdbab #abbcdb #dbabbc

Analogous Colors of #bcdbab

#bcdbab #abdbb2 #d4dbab

Monochromatic Colors of #bcdbab

#bcdbab

Complementary Color

#bcdbab #caabdb

#bcdbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdbab Color CSS Codes

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

#bcdbab Text Font Color

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

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


#bcdbab Background Color

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

This div background color is #bcdbab


#bcdbab Border Color

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

This div border color is #bcdbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdbab


Comments

No comments written yet.

Please login to write comment.