Color Hex Logo

#bcf976 Color Hex

#BCF976
(188,249,118)
0 Favorites   0 Comments

Color spaces of #bcf976

RGB 188249118
HSL0.240.920.72
HSV88°53°98°
CMYK 0.240.000.53   0.02
XYZ57.884779.750729.4821
Yxy79.75070.34640.4772
Hunter Lab89.3032-40.580342.9386
CIE-Lab91.5729-39.859156.0819

#bcf976 color RGB value is (188,249,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 01110110
Octal 274 371 166
Decimal 188 249 118
Hex BC F9 76

RGB Percentages of Color #bcf976

%33.87
%44.86
%21.26

CMYK Percentages of Color #bcf976

%24
%0
%53
%2

Triadic Colors of #bcf976

#bcf976 #76bcf9 #f976bc

Analogous Colors of #bcf976

#bcf976 #7bf976 #f9f576

Monochromatic Colors of #bcf976

#bcf976

Complementary Color

#bcf976 #b376f9

#bcf976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf976 Color CSS Codes

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

#bcf976 Text Font Color

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

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


#bcf976 Background Color

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

This div background color is #bcf976


#bcf976 Border Color

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

This div border color is #bcf976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf976


Comments

No comments written yet.

Please login to write comment.