Color Hex Logo

#bcdeac Color Hex

#BCDEAC
(188,222,172)
0 Favorites   0 Comments

Color spaces of #bcdeac

RGB 188222172
HSL0.280.430.77
HSV101°23°87°
CMYK 0.150.000.23   0.13
XYZ54.306765.912548.8898
Yxy65.91250.32110.3898
Hunter Lab81.1865-22.675521.1266
CIE-Lab84.9518-20.238620.9051

#bcdeac color RGB value is (188,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 10101100
Octal 274 336 254
Decimal 188 222 172
Hex BC DE AC

RGB Percentages of Color #bcdeac

%32.30
%38.14
%29.55

CMYK Percentages of Color #bcdeac

%15
%0
%23
%13

Triadic Colors of #bcdeac

#bcdeac #acbcde #deacbc

Analogous Colors of #bcdeac

#bcdeac #acdeb5 #d5deac

Monochromatic Colors of #bcdeac

#bcdeac

Complementary Color

#bcdeac #ceacde

#bcdeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdeac Color CSS Codes

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

#bcdeac Text Font Color

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

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


#bcdeac Background Color

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

This div background color is #bcdeac


#bcdeac Border Color

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

This div border color is #bcdeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdeac


Comments

No comments written yet.

Please login to write comment.