color codes Logo

#bcdb0b color codes

#BCDB0B
(188,219,11)
0 Favorites   0 Comments

Color spaces of #bcdb0b

RGB 18821911
HSL0.190.900.45
HSV69°95°86°
CMYK 0.140.000.95   0.14
XYZ46.131061.37869.7325
Yxy61.37860.39350.5235
Hunter Lab78.3445-31.998147.4757
CIE-Lab82.5819-31.986180.5453

#bcdb0b color RGB value is (188,219,11).

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

The process color (four color CMYK) of #bcdb0b color code is 0.14, 0.00, 0.95, 0.14. Web safe color of #bcdb0b is #cccc00. Color #bcdb0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011011 00001011
Octal 274 333 13
Decimal 188 219 11
Hex BC DB B

RGB Percentages of Color #bcdb0b

%44.98
%52.39
%2.63

CMYK Percentages of Color #bcdb0b

%14
%0
%95
%14

Triadic Colors of #bcdb0b

#bcdb0b #0bbcdb #db0bbc

Analogous Colors of #bcdb0b

#bcdb0b #54db0b #db920b

Monochromatic Colors of #bcdb0b

#bcdb0b

Complementary Color

#bcdb0b #2a0bdb

#bcdb0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdb0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdb0b Color CSS Codes

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

#bcdb0b Text Font Color

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

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


#bcdb0b Background Color

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

This div background color is #bcdb0b


#bcdb0b Border Color

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

This div border color is #bcdb0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdb0b


Comments

No comments written yet.

Please login to write comment.