Color Hex Logo

#bce2ac Color Hex

#BCE2AC
(188,226,172)
0 Favorites   0 Comments

Color spaces of #bce2ac

RGB 188226172
HSL0.280.480.78
HSV102°24°89°
CMYK 0.170.000.24   0.11
XYZ55.381868.062649.2482
Yxy68.06260.32070.3941
Hunter Lab82.5001-24.549122.3570
CIE-Lab86.0377-22.199522.4041

#bce2ac color RGB value is (188,226,172).

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

The process color (four color CMYK) of #bce2ac color hex is 0.17, 0.00, 0.24, 0.11. Web safe color of #bce2ac is #cccc99. Color #bce2ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 10101100
Octal 274 342 254
Decimal 188 226 172
Hex BC E2 AC

RGB Percentages of Color #bce2ac

%32.08
%38.57
%29.35

CMYK Percentages of Color #bce2ac

%17
%0
%24
%11

Triadic Colors of #bce2ac

#bce2ac #acbce2 #e2acbc

Analogous Colors of #bce2ac

#bce2ac #ace2b7 #d7e2ac

Monochromatic Colors of #bce2ac

#bce2ac

Complementary Color

#bce2ac #d2ace2

#bce2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce2ac Color CSS Codes

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

#bce2ac Text Font Color

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

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


#bce2ac Background Color

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

This div background color is #bce2ac


#bce2ac Border Color

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

This div border color is #bce2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce2ac


Comments

No comments written yet.

Please login to write comment.