Color Hex Logo

#bcdd33 Color Hex

#BCDD33
(188,221,51)
0 Favorites   0 Comments

Color spaces of #bcdd33

RGB 18822151
HSL0.200.710.53
HSV72°77°87°
CMYK 0.150.000.77   0.13
XYZ47.193062.643312.7360
Yxy62.64330.38500.5111
Hunter Lab79.1475-32.074645.8626
CIE-Lab83.2543-31.892373.3172

#bcdd33 color RGB value is (188,221,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 00110011
Octal 274 335 63
Decimal 188 221 51
Hex BC DD 33

RGB Percentages of Color #bcdd33

%40.87
%48.04
%11.09

CMYK Percentages of Color #bcdd33

%15
%0
%77
%13

Triadic Colors of #bcdd33

#bcdd33 #33bcdd #dd33bc

Analogous Colors of #bcdd33

#bcdd33 #67dd33 #dda933

Monochromatic Colors of #bcdd33

#bcdd33

Complementary Color

#bcdd33 #5433dd

#bcdd33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdd33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdd33 Color CSS Codes

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

#bcdd33 Text Font Color

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

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


#bcdd33 Background Color

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

This div background color is #bcdd33


#bcdd33 Border Color

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

This div border color is #bcdd33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdd33


Comments

No comments written yet.

Please login to write comment.