color codes Logo

#bcf30a color codes

#BCF30A
(188,243,10)
0 Favorites   0 Comments

Color spaces of #bcf30a

RGB 18824310
HSL0.210.920.50
HSV74°96°95°
CMYK 0.230.000.96   0.05
XYZ52.844474.814511.9426
Yxy74.81450.37850.5359
Hunter Lab86.4954-42.312252.3605
CIE-Lab89.3060-42.764985.8259

#bcf30a color RGB value is (188,243,10).

#bcf30a hex color red value is 188, green value is 243 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bcf30a hue: 0.21 , saturation: 0.92 and the lightness value of bcf30a is 0.50.

The process color (four color CMYK) of #bcf30a color code is 0.23, 0.00, 0.96, 0.05. Web safe color of #bcf30a is #ccff00. Color #bcf30a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110011 00001010
Octal 274 363 12
Decimal 188 243 10
Hex BC F3 A

RGB Percentages of Color #bcf30a

%42.63
%55.10
%2.27

CMYK Percentages of Color #bcf30a

%23
%0
%96
%5

Triadic Colors of #bcf30a

#bcf30a #0abcf3 #f30abc

Analogous Colors of #bcf30a

#bcf30a #47f30a #f3b60a

Monochromatic Colors of #bcf30a

#bcf30a

Complementary Color

#bcf30a #410af3

#bcf30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf30a Color CSS Codes

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

#bcf30a Text Font Color

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

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


#bcf30a Background Color

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

This div background color is #bcf30a


#bcf30a Border Color

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

This div border color is #bcf30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf30a


Comments

No comments written yet.

Please login to write comment.