Color Hex Logo

#bcf97e Color Hex

#BCF97E
(188,249,126)
0 Favorites   0 Comments

Color spaces of #bcf97e

RGB 188249126
HSL0.250.910.74
HSV90°49°98°
CMYK 0.240.000.49   0.02
XYZ58.380679.949132.0934
Yxy79.94910.34260.4691
Hunter Lab89.4143-39.928341.3091
CIE-Lab91.6620-39.036552.5230

#bcf97e color RGB value is (188,249,126).

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

The process color (four color CMYK) of #bcf97e color hex is 0.24, 0.00, 0.49, 0.02. Web safe color of #bcf97e is #ccff66. Color #bcf97e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 01111110
Octal 274 371 176
Decimal 188 249 126
Hex BC F9 7E

RGB Percentages of Color #bcf97e

%33.39
%44.23
%22.38

CMYK Percentages of Color #bcf97e

%24
%0
%49
%2

Triadic Colors of #bcf97e

#bcf97e #7ebcf9 #f97ebc

Analogous Colors of #bcf97e

#bcf97e #7ff97e #f9f97e

Monochromatic Colors of #bcf97e

#bcf97e

Complementary Color

#bcf97e #bb7ef9

#bcf97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf97e Color CSS Codes

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

#bcf97e Text Font Color

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

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


#bcf97e Background Color

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

This div background color is #bcf97e


#bcf97e Border Color

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

This div border color is #bcf97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf97e


Comments

No comments written yet.

Please login to write comment.