Color Hex Logo

#bcf923 Color Hex

#BCF923
(188,249,35)
0 Favorites   0 Comments

Color spaces of #bcf923

RGB 18824935
HSL0.210.950.56
HSV77°86°98°
CMYK 0.240.000.86   0.02
XYZ54.918178.564113.8600
Yxy78.56410.37270.5332
Hunter Lab88.6364-44.517152.7743
CIE-Lab91.0367-44.915683.9384

#bcf923 color RGB value is (188,249,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 00100011
Octal 274 371 43
Decimal 188 249 35
Hex BC F9 23

RGB Percentages of Color #bcf923

%39.83
%52.75
%7.42

CMYK Percentages of Color #bcf923

%24
%0
%86
%2

Triadic Colors of #bcf923

#bcf923 #23bcf9 #f923bc

Analogous Colors of #bcf923

#bcf923 #51f923 #f9cb23

Monochromatic Colors of #bcf923

#bcf923

Complementary Color

#bcf923 #6023f9

#bcf923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf923 Color CSS Codes

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

#bcf923 Text Font Color

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

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


#bcf923 Background Color

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

This div background color is #bcf923


#bcf923 Border Color

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

This div border color is #bcf923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf923

Related Colors


Comments

No comments written yet.

Please login to write comment.