Color Hex Logo

#bcdf50 Color Hex

#BCDF50
(188,223,80)
0 Favorites   0 Comments

Color spaces of #bcdf50

RGB 18822380
HSL0.210.690.59
HSV75°64°87°
CMYK 0.160.000.64   0.13
XYZ48.574764.045917.3914
Yxy64.04590.37360.4926
Hunter Lab80.0287-31.706743.1355
CIE-Lab83.9897-31.234963.8814

#bcdf50 color RGB value is (188,223,80).

#bcdf50 hex color red value is 188, green value is 223 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bcdf50 hue: 0.21 , saturation: 0.69 and the lightness value of bcdf50 is 0.59.

The process color (four color CMYK) of #bcdf50 color hex is 0.16, 0.00, 0.64, 0.13. Web safe color of #bcdf50 is #cccc66. Color #bcdf50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 01010000
Octal 274 337 120
Decimal 188 223 80
Hex BC DF 50

RGB Percentages of Color #bcdf50

%38.29
%45.42
%16.29

CMYK Percentages of Color #bcdf50

%16
%0
%64
%13

Triadic Colors of #bcdf50

#bcdf50 #50bcdf #df50bc

Analogous Colors of #bcdf50

#bcdf50 #75df50 #dfbb50

Monochromatic Colors of #bcdf50

#bcdf50

Complementary Color

#bcdf50 #7350df

#bcdf50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdf50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdf50 Color CSS Codes

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

#bcdf50 Text Font Color

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

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


#bcdf50 Background Color

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

This div background color is #bcdf50


#bcdf50 Border Color

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

This div border color is #bcdf50


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,223,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 #bcdf50">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdf50


Comments

No comments written yet.

Please login to write comment.