Color Hex Logo

#bcefa9 Color Hex

#BCEFA9
(188,239,169)
0 Favorites   0 Comments

Color spaces of #bcefa9

RGB 188239169
HSL0.290.690.80
HSV104°29°94°
CMYK 0.210.000.29   0.06
XYZ58.767075.288948.9710
Yxy75.28890.32110.4114
Hunter Lab86.7692-30.951627.2762
CIE-Lab89.5281-28.903128.7107

#bcefa9 color RGB value is (188,239,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 10101001
Octal 274 357 251
Decimal 188 239 169
Hex BC EF A9

RGB Percentages of Color #bcefa9

%31.54
%40.10
%28.36

CMYK Percentages of Color #bcefa9

%21
%0
%29
%6

Triadic Colors of #bcefa9

#bcefa9 #a9bcef #efa9bc

Analogous Colors of #bcefa9

#bcefa9 #a9efb9 #dfefa9

Monochromatic Colors of #bcefa9

#bcefa9

Complementary Color

#bcefa9 #dca9ef

#bcefa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcefa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcefa9 Color CSS Codes

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

#bcefa9 Text Font Color

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

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


#bcefa9 Background Color

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

This div background color is #bcefa9


#bcefa9 Border Color

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

This div border color is #bcefa9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,239,169, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bcefa9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcefa9


Comments

No comments written yet.

Please login to write comment.