Color Hex Logo

#bcdd31 Color Hex

#BCDD31
(188,221,49)
0 Favorites   0 Comments

Color spaces of #bcdd31

RGB 18822149
HSL0.200.720.53
HSV72°78°87°
CMYK 0.150.000.78   0.13
XYZ47.149962.626012.5087
Yxy62.62600.38560.5121
Hunter Lab79.1366-32.138046.0240
CIE-Lab83.2452-31.973573.8868

#bcdd31 color RGB value is (188,221,49).

#bcdd31 hex color red value is 188, green value is 221 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bcdd31 hue: 0.20 , saturation: 0.72 and the lightness value of bcdd31 is 0.53.

The process color (four color CMYK) of #bcdd31 color hex is 0.15, 0.00, 0.78, 0.13. Web safe color of #bcdd31 is #cccc33. Color #bcdd31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 00110001
Octal 274 335 61
Decimal 188 221 49
Hex BC DD 31

RGB Percentages of Color #bcdd31

%41.05
%48.25
%10.70

CMYK Percentages of Color #bcdd31

%15
%0
%78
%13

Triadic Colors of #bcdd31

#bcdd31 #31bcdd #dd31bc

Analogous Colors of #bcdd31

#bcdd31 #66dd31 #dda831

Monochromatic Colors of #bcdd31

#bcdd31

Complementary Color

#bcdd31 #5231dd

#bcdd31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdd31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdd31 Color CSS Codes

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

#bcdd31 Text Font Color

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

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


#bcdd31 Background Color

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

This div background color is #bcdd31


#bcdd31 Border Color

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

This div border color is #bcdd31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdd31


Comments

No comments written yet.

Please login to write comment.