Color Hex Logo

#bcf924 Color Hex

#BCF924
(188,249,36)
0 Favorites   0 Comments

Color spaces of #bcf924

RGB 18824936
HSL0.210.950.56
HSV77°86°98°
CMYK 0.240.000.86   0.02
XYZ54.933278.570113.9393
Yxy78.57010.37260.5329
Hunter Lab88.6398-44.496952.7240
CIE-Lab91.0394-44.889183.7516

#bcf924 color RGB value is (188,249,36).

#bcf924 hex color red value is 188, green value is 249 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #bcf924 hue: 0.21 , saturation: 0.95 and the lightness value of bcf924 is 0.56.

The process color (four color CMYK) of #bcf924 color hex is 0.24, 0.00, 0.86, 0.02. Web safe color of #bcf924 is #ccff33. Color #bcf924 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 00100100
Octal 274 371 44
Decimal 188 249 36
Hex BC F9 24

RGB Percentages of Color #bcf924

%39.75
%52.64
%7.61

CMYK Percentages of Color #bcf924

%24
%0
%86
%2

Triadic Colors of #bcf924

#bcf924 #24bcf9 #f924bc

Analogous Colors of #bcf924

#bcf924 #51f924 #f9cc24

Monochromatic Colors of #bcf924

#bcf924

Complementary Color

#bcf924 #6124f9

#bcf924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf924 Color CSS Codes

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

#bcf924 Text Font Color

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

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


#bcf924 Background Color

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

This div background color is #bcf924


#bcf924 Border Color

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

This div border color is #bcf924


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf924


Comments

No comments written yet.

Please login to write comment.