Color Hex Logo

#bcdc16 Color Hex

#BCDC16
(188,220,22)
0 Favorites   0 Comments

Color spaces of #bcdc16

RGB 18822022
HSL0.190.820.47
HSV70°90°86°
CMYK 0.150.000.90   0.14
XYZ46.477161.935710.2642
Yxy61.93570.39160.5219
Hunter Lab78.6992-32.307647.3567
CIE-Lab82.8792-32.287679.4583

#bcdc16 color RGB value is (188,220,22).

#bcdc16 hex color red value is 188, green value is 220 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bcdc16 hue: 0.19 , saturation: 0.82 and the lightness value of bcdc16 is 0.47.

The process color (four color CMYK) of #bcdc16 color hex is 0.15, 0.00, 0.90, 0.14. Web safe color of #bcdc16 is #cccc00. Color #bcdc16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 00010110
Octal 274 334 26
Decimal 188 220 22
Hex BC DC 16

RGB Percentages of Color #bcdc16

%43.72
%51.16
%5.12

CMYK Percentages of Color #bcdc16

%15
%0
%90
%14

Triadic Colors of #bcdc16

#bcdc16 #16bcdc #dc16bc

Analogous Colors of #bcdc16

#bcdc16 #59dc16 #dc9916

Monochromatic Colors of #bcdc16

#bcdc16

Complementary Color

#bcdc16 #3616dc

#bcdc16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdc16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdc16 Color CSS Codes

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

#bcdc16 Text Font Color

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

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


#bcdc16 Background Color

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

This div background color is #bcdc16


#bcdc16 Border Color

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

This div border color is #bcdc16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdc16


Comments

No comments written yet.

Please login to write comment.