Color Hex Logo

#bcdbaf Color Hex

#BCDBAF
(188,219,175)
0 Favorites   0 Comments

Color spaces of #bcdbaf

RGB 188219175
HSL0.280.380.77
HSV102°20°86°
CMYK 0.140.000.20   0.14
XYZ53.808464.449550.1614
Yxy64.44950.31950.3827
Hunter Lab80.2804-20.850219.1503
CIE-Lab84.1993-18.267918.2912

#bcdbaf color RGB value is (188,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 10101111
Octal 274 333 257
Decimal 188 219 175
Hex BC DB AF

RGB Percentages of Color #bcdbaf

%32.30
%37.63
%30.07

CMYK Percentages of Color #bcdbaf

%14
%0
%20
%14

Triadic Colors of #bcdbaf

#bcdbaf #afbcdb #dbafbc

Analogous Colors of #bcdbaf

#bcdbaf #afdbb8 #d2dbaf

Monochromatic Colors of #bcdbaf

#bcdbaf

Complementary Color

#bcdbaf #ceafdb

#bcdbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdbaf Color CSS Codes

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

#bcdbaf Text Font Color

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

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


#bcdbaf Background Color

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

This div background color is #bcdbaf


#bcdbaf Border Color

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

This div border color is #bcdbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdbaf


Comments

No comments written yet.

Please login to write comment.