Color Hex Logo

#bcebac Color Hex

#BCEBAC
(188,235,172)
0 Favorites   0 Comments

Color spaces of #bcebac

RGB 188235172
HSL0.290.610.80
HSV105°27°92°
CMYK 0.200.000.27   0.08
XYZ57.893873.086650.0855
Yxy73.08660.31970.4036
Hunter Lab85.4907-28.729625.1079
CIE-Lab88.4890-26.544325.7653

#bcebac color RGB value is (188,235,172).

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

The process color (four color CMYK) of #bcebac color hex is 0.20, 0.00, 0.27, 0.08. Web safe color of #bcebac is #ccff99. Color #bcebac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 10101100
Octal 274 353 254
Decimal 188 235 172
Hex BC EB AC

RGB Percentages of Color #bcebac

%31.60
%39.50
%28.91

CMYK Percentages of Color #bcebac

%20
%0
%27
%8

Triadic Colors of #bcebac

#bcebac #acbceb #ebacbc

Analogous Colors of #bcebac

#bcebac #acebbc #dcebac

Monochromatic Colors of #bcebac

#bcebac

Complementary Color

#bcebac #dbaceb

#bcebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebac Color CSS Codes

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

#bcebac Text Font Color

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

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


#bcebac Background Color

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

This div background color is #bcebac


#bcebac Border Color

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

This div border color is #bcebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebac


Comments

No comments written yet.

Please login to write comment.