Color Hex Logo

#bcf431 Color Hex

#BCF431
(188,244,49)
0 Favorites   0 Comments

Color spaces of #bcf431

RGB 18824449
HSL0.210.900.57
HSV77°80°96°
CMYK 0.230.000.80   0.04
XYZ53.644175.614514.6734
Yxy75.61450.37270.5253
Hunter Lab86.9566-42.056250.8648
CIE-Lab89.6801-42.313579.6685

#bcf431 color RGB value is (188,244,49).

#bcf431 hex color red value is 188, green value is 244 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bcf431 hue: 0.21 , saturation: 0.90 and the lightness value of bcf431 is 0.57.

The process color (four color CMYK) of #bcf431 color hex is 0.23, 0.00, 0.80, 0.04. Web safe color of #bcf431 is #ccff33. Color #bcf431 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110100 00110001
Octal 274 364 61
Decimal 188 244 49
Hex BC F4 31

RGB Percentages of Color #bcf431

%39.09
%50.73
%10.19

CMYK Percentages of Color #bcf431

%23
%0
%80
%4

Triadic Colors of #bcf431

#bcf431 #31bcf4 #f431bc

Analogous Colors of #bcf431

#bcf431 #5bf431 #f4cb31

Monochromatic Colors of #bcf431

#bcf431

Complementary Color

#bcf431 #6931f4

#bcf431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf431 Color CSS Codes

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

#bcf431 Text Font Color

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

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


#bcf431 Background Color

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

This div background color is #bcf431


#bcf431 Border Color

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

This div border color is #bcf431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf431


Comments

No comments written yet.

Please login to write comment.