Color Hex Logo

#bcf212 Color Hex

#BCF212
(188,242,18)
0 Favorites   0 Comments

Color spaces of #bcf212

RGB 18824218
HSL0.210.900.51
HSV74°93°95°
CMYK 0.220.000.93   0.05
XYZ52.600374.239312.1296
Yxy74.23930.37850.5342
Hunter Lab86.1622-41.813351.9669
CIE-Lab89.0355-42.232684.8623

#bcf212 color RGB value is (188,242,18).

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

The process color (four color CMYK) of #bcf212 color hex is 0.22, 0.00, 0.93, 0.05. Web safe color of #bcf212 is #ccff00. Color #bcf212 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110010 00010010
Octal 274 362 22
Decimal 188 242 18
Hex BC F2 12

RGB Percentages of Color #bcf212

%41.96
%54.02
%4.02

CMYK Percentages of Color #bcf212

%22
%0
%93
%5

Triadic Colors of #bcf212

#bcf212 #12bcf2 #f212bc

Analogous Colors of #bcf212

#bcf212 #4cf212 #f2b812

Monochromatic Colors of #bcf212

#bcf212

Complementary Color

#bcf212 #4812f2

#bcf212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf212 Color CSS Codes

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

#bcf212 Text Font Color

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

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


#bcf212 Background Color

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

This div background color is #bcf212


#bcf212 Border Color

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

This div border color is #bcf212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf212


Comments

No comments written yet.

Please login to write comment.