Color Hex Logo

#bce6ac Color Hex

#BCE6AC
(188,230,172)
0 Favorites   0 Comments

Color spaces of #bce6ac

RGB 188230172
HSL0.290.540.79
HSV103°25°90°
CMYK 0.180.000.25   0.10
XYZ56.482270.263649.6150
Yxy70.26360.32030.3984
Hunter Lab83.8234-26.413423.5827
CIE-Lab87.1260-24.142423.9002

#bce6ac color RGB value is (188,230,172).

#bce6ac hex color red value is 188, green value is 230 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bce6ac hue: 0.29 , saturation: 0.54 and the lightness value of bce6ac is 0.79.

The process color (four color CMYK) of #bce6ac color hex is 0.18, 0.00, 0.25, 0.10. Web safe color of #bce6ac is #ccff99. Color #bce6ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 10101100
Octal 274 346 254
Decimal 188 230 172
Hex BC E6 AC

RGB Percentages of Color #bce6ac

%31.86
%38.98
%29.15

CMYK Percentages of Color #bce6ac

%18
%0
%25
%10

Triadic Colors of #bce6ac

#bce6ac #acbce6 #e6acbc

Analogous Colors of #bce6ac

#bce6ac #ace6b9 #d9e6ac

Monochromatic Colors of #bce6ac

#bce6ac

Complementary Color

#bce6ac #d6ace6

#bce6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce6ac Color CSS Codes

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

#bce6ac Text Font Color

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

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


#bce6ac Background Color

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

This div background color is #bce6ac


#bce6ac Border Color

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

This div border color is #bce6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce6ac


Comments

No comments written yet.

Please login to write comment.