Color Hex Logo

#bcf813 Color Hex

#BCF813
(188,248,19)
0 Favorites   0 Comments

Color spaces of #bcf813

RGB 18824819
HSL0.210.940.52
HSV76°92°97°
CMYK 0.240.000.92   0.03
XYZ54.424077.873212.7787
Yxy77.87320.37510.5368
Hunter Lab88.2458-44.343553.1864
CIE-Lab90.7220-44.811886.0833

#bcf813 color RGB value is (188,248,19).

#bcf813 hex color red value is 188, green value is 248 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #bcf813 hue: 0.21 , saturation: 0.94 and the lightness value of bcf813 is 0.52.

The process color (four color CMYK) of #bcf813 color hex is 0.24, 0.00, 0.92, 0.03. Web safe color of #bcf813 is #ccff00. Color #bcf813 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 00010011
Octal 274 370 23
Decimal 188 248 19
Hex BC F8 13

RGB Percentages of Color #bcf813

%41.32
%54.51
%4.18

CMYK Percentages of Color #bcf813

%24
%0
%92
%3

Triadic Colors of #bcf813

#bcf813 #13bcf8 #f813bc

Analogous Colors of #bcf813

#bcf813 #49f813 #f8c213

Monochromatic Colors of #bcf813

#bcf813

Complementary Color

#bcf813 #4f13f8

#bcf813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf813 Color CSS Codes

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

#bcf813 Text Font Color

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

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


#bcf813 Background Color

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

This div background color is #bcf813


#bcf813 Border Color

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

This div border color is #bcf813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf813


Comments

No comments written yet.

Please login to write comment.