Color Hex Logo

#bcefac Color Hex

#BCEFAC
(188,239,172)
0 Favorites   0 Comments

Color spaces of #bcefac

RGB 188239172
HSL0.290.680.81
HSV106°28°94°
CMYK 0.210.000.28   0.06
XYZ59.051975.402950.4716
Yxy75.40290.31930.4077
Hunter Lab86.8348-30.572326.3229
CIE-Lab89.5814-28.445427.2530

#bcefac color RGB value is (188,239,172).

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

The process color (four color CMYK) of #bcefac color hex is 0.21, 0.00, 0.28, 0.06. Web safe color of #bcefac is #ccff99. Color #bcefac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 10101100
Octal 274 357 254
Decimal 188 239 172
Hex BC EF AC

RGB Percentages of Color #bcefac

%31.39
%39.90
%28.71

CMYK Percentages of Color #bcefac

%21
%0
%28
%6

Triadic Colors of #bcefac

#bcefac #acbcef #efacbc

Analogous Colors of #bcefac

#bcefac #acefbe #deefac

Monochromatic Colors of #bcefac

#bcefac

Complementary Color

#bcefac #dfacef

#bcefac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcefac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcefac Color CSS Codes

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

#bcefac Text Font Color

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

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


#bcefac Background Color

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

This div background color is #bcefac


#bcefac Border Color

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

This div border color is #bcefac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcefac


Comments

No comments written yet.

Please login to write comment.