Color Hex Logo

#bcecac Color Hex

#BCECAC
(188,236,172)
0 Favorites   0 Comments

Color spaces of #bcecac

RGB 188236172
HSL0.290.630.80
HSV105°27°93°
CMYK 0.200.000.27   0.07
XYZ58.180973.660850.1812
Yxy73.66080.31960.4047
Hunter Lab85.8259-29.191125.4121
CIE-Lab88.7619-27.021326.1376

#bcecac color RGB value is (188,236,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 10101100
Octal 274 354 254
Decimal 188 236 172
Hex BC EC AC

RGB Percentages of Color #bcecac

%31.54
%39.60
%28.86

CMYK Percentages of Color #bcecac

%20
%0
%27
%7

Triadic Colors of #bcecac

#bcecac #acbcec #ecacbc

Analogous Colors of #bcecac

#bcecac #acecbc #dcecac

Monochromatic Colors of #bcecac

#bcecac

Complementary Color

#bcecac #dcacec

#bcecac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecac Color CSS Codes

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

#bcecac Text Font Color

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

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


#bcecac Background Color

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

This div background color is #bcecac


#bcecac Border Color

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

This div border color is #bcecac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecac


Comments

No comments written yet.

Please login to write comment.