Color Hex Logo

#bcf97d Color Hex

#BCF97D
(188,249,125)
0 Favorites   0 Comments

Color spaces of #bcf97d

RGB 188249125
HSL0.250.910.73
HSV90°50°98°
CMYK 0.240.000.50   0.02
XYZ58.316479.923431.7552
Yxy79.92340.34300.4702
Hunter Lab89.3999-40.012641.5199
CIE-Lab91.6505-39.142652.9723

#bcf97d color RGB value is (188,249,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 01111101
Octal 274 371 175
Decimal 188 249 125
Hex BC F9 7D

RGB Percentages of Color #bcf97d

%33.45
%44.31
%22.24

CMYK Percentages of Color #bcf97d

%24
%0
%50
%2

Triadic Colors of #bcf97d

#bcf97d #7dbcf9 #f97dbc

Analogous Colors of #bcf97d

#bcf97d #7ef97d #f9f87d

Monochromatic Colors of #bcf97d

#bcf97d

Complementary Color

#bcf97d #ba7df9

#bcf97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf97d Color CSS Codes

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

#bcf97d Text Font Color

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

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


#bcf97d Background Color

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

This div background color is #bcf97d


#bcf97d Border Color

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

This div border color is #bcf97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf97d

Related Colors


Comments

No comments written yet.

Please login to write comment.