Color Hex Logo

#bcf07e Color Hex

#BCF07E
(188,240,126)
0 Favorites   0 Comments

Color spaces of #bcf07e

RGB 188240126
HSL0.240.790.72
HSV87°48°94°
CMYK 0.220.000.48   0.06
XYZ55.665074.517931.1882
Yxy74.51790.34500.4618
Hunter Lab86.3238-35.962639.0055
CIE-Lab89.1667-34.975749.4840

#bcf07e color RGB value is (188,240,126).

#bcf07e hex color red value is 188, green value is 240 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bcf07e hue: 0.24 , saturation: 0.79 and the lightness value of bcf07e is 0.72.

The process color (four color CMYK) of #bcf07e color hex is 0.22, 0.00, 0.48, 0.06. Web safe color of #bcf07e is #ccff66. Color #bcf07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 01111110
Octal 274 360 176
Decimal 188 240 126
Hex BC F0 7E

RGB Percentages of Color #bcf07e

%33.94
%43.32
%22.74

CMYK Percentages of Color #bcf07e

%22
%0
%48
%6

Triadic Colors of #bcf07e

#bcf07e #7ebcf0 #f07ebc

Analogous Colors of #bcf07e

#bcf07e #83f07e #f0eb7e

Monochromatic Colors of #bcf07e

#bcf07e

Complementary Color

#bcf07e #b27ef0

#bcf07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf07e Color CSS Codes

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

#bcf07e Text Font Color

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

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


#bcf07e Background Color

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

This div background color is #bcf07e


#bcf07e Border Color

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

This div border color is #bcf07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf07e


Comments

No comments written yet.

Please login to write comment.