Color Hex Logo

#bcf850 Color Hex

#BCF850
(188,248,80)
0 Favorites   0 Comments

Color spaces of #bcf850

RGB 18824880
HSL0.230.920.64
HSV81°68°97°
CMYK 0.240.000.68   0.03
XYZ55.754478.405419.7846
Yxy78.40540.36220.5093
Hunter Lab88.5468-42.562648.7352
CIE-Lab90.9646-42.501471.1419

#bcf850 color RGB value is (188,248,80).

#bcf850 hex color red value is 188, green value is 248 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bcf850 hue: 0.23 , saturation: 0.92 and the lightness value of bcf850 is 0.64.

The process color (four color CMYK) of #bcf850 color hex is 0.24, 0.00, 0.68, 0.03. Web safe color of #bcf850 is #ccff66. Color #bcf850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 01010000
Octal 274 370 120
Decimal 188 248 80
Hex BC F8 50

RGB Percentages of Color #bcf850

%36.43
%48.06
%15.50

CMYK Percentages of Color #bcf850

%24
%0
%68
%3

Triadic Colors of #bcf850

#bcf850 #50bcf8 #f850bc

Analogous Colors of #bcf850

#bcf850 #68f850 #f8e050

Monochromatic Colors of #bcf850

#bcf850

Complementary Color

#bcf850 #8c50f8

#bcf850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf850 Color CSS Codes

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

#bcf850 Text Font Color

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

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


#bcf850 Background Color

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

This div background color is #bcf850


#bcf850 Border Color

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

This div border color is #bcf850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf850


Comments

No comments written yet.

Please login to write comment.