Color Hex Logo

#bcdc17 Color Hex

#BCDC17
(188,220,23)
0 Favorites   0 Comments

Color spaces of #bcdc17

RGB 18822023
HSL0.190.810.48
HSV70°90°86°
CMYK 0.150.000.90   0.14
XYZ46.486961.939610.3160
Yxy61.93960.39150.5216
Hunter Lab78.7017-32.293047.3196
CIE-Lab82.8813-32.268879.3090

#bcdc17 color RGB value is (188,220,23).

#bcdc17 hex color red value is 188, green value is 220 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bcdc17 hue: 0.19 , saturation: 0.81 and the lightness value of bcdc17 is 0.48.

The process color (four color CMYK) of #bcdc17 color hex is 0.15, 0.00, 0.90, 0.14. Web safe color of #bcdc17 is #cccc00. Color #bcdc17 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 00010111
Octal 274 334 27
Decimal 188 220 23
Hex BC DC 17

RGB Percentages of Color #bcdc17

%43.62
%51.04
%5.34

CMYK Percentages of Color #bcdc17

%15
%0
%90
%14

Triadic Colors of #bcdc17

#bcdc17 #17bcdc #dc17bc

Analogous Colors of #bcdc17

#bcdc17 #5adc17 #dc9a17

Monochromatic Colors of #bcdc17

#bcdc17

Complementary Color

#bcdc17 #3717dc

#bcdc17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdc17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdc17 Color CSS Codes

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

#bcdc17 Text Font Color

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

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


#bcdc17 Background Color

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

This div background color is #bcdc17


#bcdc17 Border Color

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

This div border color is #bcdc17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdc17


Comments

No comments written yet.

Please login to write comment.