Color Hex Logo

#bcf09c Color Hex

#BCF09C
(188,240,156)
0 Favorites   0 Comments

Color spaces of #bcf09c

RGB 188240156
HSL0.270.740.78
HSV97°35°94°
CMYK 0.220.000.35   0.06
XYZ57.899975.411842.9568
Yxy75.41180.32850.4278
Hunter Lab86.8400-32.956431.4592
CIE-Lab89.5855-31.255935.3585

#bcf09c color RGB value is (188,240,156).

#bcf09c hex color red value is 188, green value is 240 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bcf09c hue: 0.27 , saturation: 0.74 and the lightness value of bcf09c is 0.78.

The process color (four color CMYK) of #bcf09c color hex is 0.22, 0.00, 0.35, 0.06. Web safe color of #bcf09c is #ccff99. Color #bcf09c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 10011100
Octal 274 360 234
Decimal 188 240 156
Hex BC F0 9C

RGB Percentages of Color #bcf09c

%32.19
%41.10
%26.71

CMYK Percentages of Color #bcf09c

%22
%0
%35
%6

Triadic Colors of #bcf09c

#bcf09c #9cbcf0 #f09cbc

Analogous Colors of #bcf09c

#bcf09c #9cf0a6 #e6f09c

Monochromatic Colors of #bcf09c

#bcf09c

Complementary Color

#bcf09c #d09cf0

#bcf09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf09c Color CSS Codes

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

#bcf09c Text Font Color

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

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


#bcf09c Background Color

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

This div background color is #bcf09c


#bcf09c Border Color

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

This div border color is #bcf09c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf09c


Comments

No comments written yet.

Please login to write comment.