Color Hex Logo

#bcf938 Color Hex

#BCF938
(188,249,56)
0 Favorites   0 Comments

Color spaces of #bcf938

RGB 18824956
HSL0.220.940.60
HSV79°78°98°
CMYK 0.240.000.78   0.02
XYZ55.328578.728316.0213
Yxy78.72830.36870.5246
Hunter Lab88.7290-43.968951.4046
CIE-Lab91.1112-44.202079.0878

#bcf938 color RGB value is (188,249,56).

#bcf938 hex color red value is 188, green value is 249 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bcf938 hue: 0.22 , saturation: 0.94 and the lightness value of bcf938 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 00111000
Octal 274 371 70
Decimal 188 249 56
Hex BC F9 38

RGB Percentages of Color #bcf938

%38.13
%50.51
%11.36

CMYK Percentages of Color #bcf938

%24
%0
%78
%2

Triadic Colors of #bcf938

#bcf938 #38bcf9 #f938bc

Analogous Colors of #bcf938

#bcf938 #5bf938 #f9d638

Monochromatic Colors of #bcf938

#bcf938

Complementary Color

#bcf938 #7538f9

#bcf938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf938 Color CSS Codes

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

#bcf938 Text Font Color

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

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


#bcf938 Background Color

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

This div background color is #bcf938


#bcf938 Border Color

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

This div border color is #bcf938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf938


Comments

No comments written yet.

Please login to write comment.