Color Hex Logo

#bcdd07 Color Hex

#BCDD07
(188,221,7)
0 Favorites   0 Comments

Color spaces of #bcdd07

RGB 1882217
HSL0.190.940.45
HSV69°97°87°
CMYK 0.150.000.97   0.13
XYZ46.633862.41969.7913
Yxy62.41960.39240.5252
Hunter Lab79.0061-32.900047.9564
CIE-Lab83.1361-32.952581.3211

#bcdd07 color RGB value is (188,221,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011101 00000111
Octal 274 335 7
Decimal 188 221 7
Hex BC DD 7

RGB Percentages of Color #bcdd07

%45.19
%53.13
%1.68

CMYK Percentages of Color #bcdd07

%15
%0
%97
%13

Triadic Colors of #bcdd07

#bcdd07 #07bcdd #dd07bc

Analogous Colors of #bcdd07

#bcdd07 #51dd07 #dd9307

Monochromatic Colors of #bcdd07

#bcdd07

Complementary Color

#bcdd07 #2807dd

#bcdd07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdd07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdd07 Color CSS Codes

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

#bcdd07 Text Font Color

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

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


#bcdd07 Background Color

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

This div background color is #bcdd07


#bcdd07 Border Color

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

This div border color is #bcdd07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdd07


Comments

No comments written yet.

Please login to write comment.