Color Hex Logo

#bcdd0b Color Hex

#BCDD0B
(188,221,11)
0 Favorites   0 Comments

Color spaces of #bcdd0b

RGB 18822111
HSL0.190.910.45
HSV69°95°87°
CMYK 0.150.000.95   0.13
XYZ46.655962.42849.9075
Yxy62.42840.39210.5246
Hunter Lab79.0116-32.867247.8736
CIE-Lab83.1407-32.910380.9760

#bcdd0b color RGB value is (188,221,11).

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

The process color (four color CMYK) of #bcdd0b color hex is 0.15, 0.00, 0.95, 0.13. Web safe color of #bcdd0b is #cccc00. Color #bcdd0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 00001011
Octal 274 335 13
Decimal 188 221 11
Hex BC DD B

RGB Percentages of Color #bcdd0b

%44.76
%52.62
%2.62

CMYK Percentages of Color #bcdd0b

%15
%0
%95
%13

Triadic Colors of #bcdd0b

#bcdd0b #0bbcdd #dd0bbc

Analogous Colors of #bcdd0b

#bcdd0b #53dd0b #dd950b

Monochromatic Colors of #bcdd0b

#bcdd0b

Complementary Color

#bcdd0b #2c0bdd

#bcdd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdd0b Color CSS Codes

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

#bcdd0b Text Font Color

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

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


#bcdd0b Background Color

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

This div background color is #bcdd0b


#bcdd0b Border Color

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

This div border color is #bcdd0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdd0b


Comments

No comments written yet.

Please login to write comment.