Color Hex Logo

#bcdc69 Color Hex

#BCDC69
(188,220,105)
0 Favorites   0 Comments

Color spaces of #bcdc69

RGB 188220105
HSL0.210.620.64
HSV77°52°86°
CMYK 0.150.000.52   0.14
XYZ48.882062.897722.9287
Yxy62.89770.36290.4669
Hunter Lab79.3081-28.769638.3744
CIE-Lab83.3885-27.802652.3715

#bcdc69 color RGB value is (188,220,105).

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

The process color (four color CMYK) of #bcdc69 color hex is 0.15, 0.00, 0.52, 0.14. Web safe color of #bcdc69 is #cccc66. Color #bcdc69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 01101001
Octal 274 334 151
Decimal 188 220 105
Hex BC DC 69

RGB Percentages of Color #bcdc69

%36.65
%42.88
%20.47

CMYK Percentages of Color #bcdc69

%15
%0
%52
%14

Triadic Colors of #bcdc69

#bcdc69 #69bcdc #dc69bc

Analogous Colors of #bcdc69

#bcdc69 #83dc69 #dcc369

Monochromatic Colors of #bcdc69

#bcdc69

Complementary Color

#bcdc69 #8969dc

#bcdc69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdc69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdc69 Color CSS Codes

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

#bcdc69 Text Font Color

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

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


#bcdc69 Background Color

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

This div background color is #bcdc69


#bcdc69 Border Color

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

This div border color is #bcdc69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdc69


Comments

No comments written yet.

Please login to write comment.