Color Hex Logo

#bcde70 Color Hex

#BCDE70
(188,222,112)
0 Favorites   0 Comments

Color spaces of #bcde70

RGB 188222112
HSL0.220.630.65
HSV79°50°87°
CMYK 0.150.000.50   0.13
XYZ49.784964.103825.0786
Yxy64.10380.35820.4613
Hunter Lab80.0648-29.120937.4741
CIE-Lab84.0198-28.072149.8515

#bcde70 color RGB value is (188,222,112).

#bcde70 hex color red value is 188, green value is 222 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bcde70 hue: 0.22 , saturation: 0.63 and the lightness value of bcde70 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 01110000
Octal 274 336 160
Decimal 188 222 112
Hex BC DE 70

RGB Percentages of Color #bcde70

%36.02
%42.53
%21.46

CMYK Percentages of Color #bcde70

%15
%0
%50
%13

Triadic Colors of #bcde70

#bcde70 #70bcde #de70bc

Analogous Colors of #bcde70

#bcde70 #85de70 #dec970

Monochromatic Colors of #bcde70

#bcde70

Complementary Color

#bcde70 #9270de

#bcde70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcde70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcde70 Color CSS Codes

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

#bcde70 Text Font Color

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

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


#bcde70 Background Color

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

This div background color is #bcde70


#bcde70 Border Color

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

This div border color is #bcde70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcde70


Comments

No comments written yet.

Please login to write comment.