Color Hex Logo

#bcdd61 Color Hex

#BCDD61
(188,221,97)
0 Favorites   0 Comments

Color spaces of #bcdd61

RGB 18822197
HSL0.210.650.62
HSV76°56°87°
CMYK 0.150.000.56   0.13
XYZ48.753263.267320.9515
Yxy63.26730.36660.4758
Hunter Lab79.5407-29.787640.0612
CIE-Lab83.5828-28.992256.2301

#bcdd61 color RGB value is (188,221,97).

#bcdd61 hex color red value is 188, green value is 221 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bcdd61 hue: 0.21 , saturation: 0.65 and the lightness value of bcdd61 is 0.62.

The process color (four color CMYK) of #bcdd61 color hex is 0.15, 0.00, 0.56, 0.13. Web safe color of #bcdd61 is #cccc66. Color #bcdd61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 01100001
Octal 274 335 141
Decimal 188 221 97
Hex BC DD 61

RGB Percentages of Color #bcdd61

%37.15
%43.68
%19.17

CMYK Percentages of Color #bcdd61

%15
%0
%56
%13

Triadic Colors of #bcdd61

#bcdd61 #61bcdd #dd61bc

Analogous Colors of #bcdd61

#bcdd61 #7edd61 #ddc061

Monochromatic Colors of #bcdd61

#bcdd61

Complementary Color

#bcdd61 #8261dd

#bcdd61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdd61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdd61 Color CSS Codes

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

#bcdd61 Text Font Color

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

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


#bcdd61 Background Color

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

This div background color is #bcdd61


#bcdd61 Border Color

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

This div border color is #bcdd61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdd61


Comments

No comments written yet.

Please login to write comment.