Color Hex Logo

#bcdd39 Color Hex

#BCDD39
(188,221,57)
0 Favorites   0 Comments

Color spaces of #bcdd39

RGB 18822157
HSL0.200.710.55
HSV72°74°87°
CMYK 0.150.000.74   0.13
XYZ47.334062.699713.4784
Yxy62.69970.38320.5076
Hunter Lab79.1831-31.867045.3360
CIE-Lab83.2841-31.626771.5038

#bcdd39 color RGB value is (188,221,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 00111001
Octal 274 335 71
Decimal 188 221 57
Hex BC DD 39

RGB Percentages of Color #bcdd39

%40.34
%47.42
%12.23

CMYK Percentages of Color #bcdd39

%15
%0
%74
%13

Triadic Colors of #bcdd39

#bcdd39 #39bcdd #dd39bc

Analogous Colors of #bcdd39

#bcdd39 #6add39 #ddac39

Monochromatic Colors of #bcdd39

#bcdd39

Complementary Color

#bcdd39 #5a39dd

#bcdd39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdd39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdd39 Color CSS Codes

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

#bcdd39 Text Font Color

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

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


#bcdd39 Background Color

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

This div background color is #bcdd39


#bcdd39 Border Color

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

This div border color is #bcdd39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdd39


Comments

No comments written yet.

Please login to write comment.