Color Hex Logo

#bcf47e Color Hex

#BCF47E
(188,244,126)
0 Favorites   0 Comments

Color spaces of #bcf47e

RGB 188244126
HSL0.250.840.73
HSV88°48°96°
CMYK 0.230.000.48   0.04
XYZ56.855676.899131.5851
Yxy76.89910.34390.4651
Hunter Lab87.6921-37.729940.0293
CIE-Lab90.2752-36.792150.8383

#bcf47e color RGB value is (188,244,126).

#bcf47e hex color red value is 188, green value is 244 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bcf47e hue: 0.25 , saturation: 0.84 and the lightness value of bcf47e is 0.73.

The process color (four color CMYK) of #bcf47e color hex is 0.23, 0.00, 0.48, 0.04. Web safe color of #bcf47e is #ccff66. Color #bcf47e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110100 01111110
Octal 274 364 176
Decimal 188 244 126
Hex BC F4 7E

RGB Percentages of Color #bcf47e

%33.69
%43.73
%22.58

CMYK Percentages of Color #bcf47e

%23
%0
%48
%4

Triadic Colors of #bcf47e

#bcf47e #7ebcf4 #f47ebc

Analogous Colors of #bcf47e

#bcf47e #81f47e #f4f17e

Monochromatic Colors of #bcf47e

#bcf47e

Complementary Color

#bcf47e #b67ef4

#bcf47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf47e Color CSS Codes

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

#bcf47e Text Font Color

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

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


#bcf47e Background Color

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

This div background color is #bcf47e


#bcf47e Border Color

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

This div border color is #bcf47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf47e


Comments

No comments written yet.

Please login to write comment.