Color Hex Logo

#bcdf14 Color Hex

#BCDF14
(188,223,20)
0 Favorites   0 Comments

Color spaces of #bcdf14

RGB 18822320
HSL0.200.840.48
HSV70°91°87°
CMYK 0.160.000.91   0.13
XYZ47.253063.517210.4314
Yxy63.51720.38990.5241
Hunter Lab79.6977-33.637748.0281
CIE-Lab83.7138-33.704880.4056

#bcdf14 color RGB value is (188,223,20).

#bcdf14 hex color red value is 188, green value is 223 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #bcdf14 hue: 0.20 , saturation: 0.84 and the lightness value of bcdf14 is 0.48.

The process color (four color CMYK) of #bcdf14 color hex is 0.16, 0.00, 0.91, 0.13. Web safe color of #bcdf14 is #cccc00. Color #bcdf14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 00010100
Octal 274 337 24
Decimal 188 223 20
Hex BC DF 14

RGB Percentages of Color #bcdf14

%43.62
%51.74
%4.64

CMYK Percentages of Color #bcdf14

%16
%0
%91
%13

Triadic Colors of #bcdf14

#bcdf14 #14bcdf #df14bc

Analogous Colors of #bcdf14

#bcdf14 #57df14 #df9d14

Monochromatic Colors of #bcdf14

#bcdf14

Complementary Color

#bcdf14 #3714df

#bcdf14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdf14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdf14 Color CSS Codes

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

#bcdf14 Text Font Color

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

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


#bcdf14 Background Color

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

This div background color is #bcdf14


#bcdf14 Border Color

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

This div border color is #bcdf14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdf14


Comments

No comments written yet.

Please login to write comment.