Color Hex Logo

#bcf973 Color Hex

#BCF973
(188,249,115)
0 Favorites   0 Comments

Color spaces of #bcf973

RGB 188249115
HSL0.240.920.71
HSV87°54°98°
CMYK 0.240.000.54   0.02
XYZ57.709279.680528.5579
Yxy79.68050.34780.4802
Hunter Lab89.2639-40.811543.5163
CIE-Lab91.5413-40.151857.3938

#bcf973 color RGB value is (188,249,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 01110011
Octal 274 371 163
Decimal 188 249 115
Hex BC F9 73

RGB Percentages of Color #bcf973

%34.06
%45.11
%20.83

CMYK Percentages of Color #bcf973

%24
%0
%54
%2

Triadic Colors of #bcf973

#bcf973 #73bcf9 #f973bc

Analogous Colors of #bcf973

#bcf973 #79f973 #f9f373

Monochromatic Colors of #bcf973

#bcf973

Complementary Color

#bcf973 #b073f9

#bcf973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf973 Color CSS Codes

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

#bcf973 Text Font Color

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

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


#bcf973 Background Color

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

This div background color is #bcf973


#bcf973 Border Color

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

This div border color is #bcf973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf973


Comments

No comments written yet.

Please login to write comment.