Color Hex Logo

#bcdfac Color Hex

#BCDFAC
(188,223,172)
0 Favorites   0 Comments

Color spaces of #bcdfac

RGB 188223172
HSL0.280.440.77
HSV101°23°87°
CMYK 0.160.000.23   0.13
XYZ54.573166.445348.9786
Yxy66.44530.32100.3909
Hunter Lab81.5140-23.144921.4347
CIE-Lab85.2230-20.730621.2802

#bcdfac color RGB value is (188,223,172).

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

The process color (four color CMYK) of #bcdfac color hex is 0.16, 0.00, 0.23, 0.13. Web safe color of #bcdfac is #cccc99. Color #bcdfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 10101100
Octal 274 337 254
Decimal 188 223 172
Hex BC DF AC

RGB Percentages of Color #bcdfac

%32.25
%38.25
%29.50

CMYK Percentages of Color #bcdfac

%16
%0
%23
%13

Triadic Colors of #bcdfac

#bcdfac #acbcdf #dfacbc

Analogous Colors of #bcdfac

#bcdfac #acdfb6 #d6dfac

Monochromatic Colors of #bcdfac

#bcdfac

Complementary Color

#bcdfac #cfacdf

#bcdfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfac Color CSS Codes

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

#bcdfac Text Font Color

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

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


#bcdfac Background Color

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

This div background color is #bcdfac


#bcdfac Border Color

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

This div border color is #bcdfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfac


Comments

No comments written yet.

Please login to write comment.