Color Hex Logo

#bcdb15 Color Hex

#BCDB15
(188,219,21)
0 Favorites   0 Comments

Color spaces of #bcdb15

RGB 18821921
HSL0.190.830.47
HSV69°90°86°
CMYK 0.140.000.90   0.14
XYZ46.205961.408510.1272
Yxy61.40850.39240.5216
Hunter Lab78.3636-31.886447.1922
CIE-Lab82.5979-31.842579.3800

#bcdb15 color RGB value is (188,219,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 00010101
Octal 274 333 25
Decimal 188 219 21
Hex BC DB 15

RGB Percentages of Color #bcdb15

%43.93
%51.17
%4.91

CMYK Percentages of Color #bcdb15

%14
%0
%90
%14

Triadic Colors of #bcdb15

#bcdb15 #15bcdb #db15bc

Analogous Colors of #bcdb15

#bcdb15 #59db15 #db9715

Monochromatic Colors of #bcdb15

#bcdb15

Complementary Color

#bcdb15 #3415db

#bcdb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb15 Color CSS Codes

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

#bcdb15 Text Font Color

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

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


#bcdb15 Background Color

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

This div background color is #bcdb15


#bcdb15 Border Color

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

This div border color is #bcdb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb15


Comments

No comments written yet.

Please login to write comment.