Color Hex Logo

#bcf830 Color Hex

#BCF830
(188,248,48)
0 Favorites   0 Comments

Color spaces of #bcf830

RGB 18824848
HSL0.220.930.58
HSV78°81°97°
CMYK 0.240.000.81   0.03
XYZ54.839978.039614.9691
Yxy78.03960.37090.5278
Hunter Lab88.3400-43.785551.7914
CIE-Lab90.7980-44.084380.9117

#bcf830 color RGB value is (188,248,48).

#bcf830 hex color red value is 188, green value is 248 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bcf830 hue: 0.22 , saturation: 0.93 and the lightness value of bcf830 is 0.58.

The process color (four color CMYK) of #bcf830 color hex is 0.24, 0.00, 0.81, 0.03. Web safe color of #bcf830 is #ccff33. Color #bcf830 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 00110000
Octal 274 370 60
Decimal 188 248 48
Hex BC F8 30

RGB Percentages of Color #bcf830

%38.84
%51.24
%9.92

CMYK Percentages of Color #bcf830

%24
%0
%81
%3

Triadic Colors of #bcf830

#bcf830 #30bcf8 #f830bc

Analogous Colors of #bcf830

#bcf830 #58f830 #f8d030

Monochromatic Colors of #bcf830

#bcf830

Complementary Color

#bcf830 #6c30f8

#bcf830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf830 Color CSS Codes

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

#bcf830 Text Font Color

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

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


#bcf830 Background Color

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

This div background color is #bcf830


#bcf830 Border Color

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

This div border color is #bcf830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf830

Related Colors


Comments

No comments written yet.

Please login to write comment.