Color Hex Logo

#bce070 Color Hex

#BCE070
(188,224,112)
0 Favorites   0 Comments

Color spaces of #bce070

RGB 188224112
HSL0.220.640.66
HSV79°50°88°
CMYK 0.160.000.50   0.12
XYZ50.319365.172525.2567
Yxy65.17250.35750.4630
Hunter Lab80.7295-30.016237.9614
CIE-Lab84.5725-29.017750.5150

#bce070 color RGB value is (188,224,112).

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

The process color (four color CMYK) of #bce070 color hex is 0.16, 0.00, 0.50, 0.12. Web safe color of #bce070 is #cccc66. Color #bce070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 01110000
Octal 274 340 160
Decimal 188 224 112
Hex BC E0 70

RGB Percentages of Color #bce070

%35.88
%42.75
%21.37

CMYK Percentages of Color #bce070

%16
%0
%50
%12

Triadic Colors of #bce070

#bce070 #70bce0 #e070bc

Analogous Colors of #bce070

#bce070 #84e070 #e0cc70

Monochromatic Colors of #bce070

#bce070

Complementary Color

#bce070 #9470e0

#bce070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce070 Color CSS Codes

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

#bce070 Text Font Color

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

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


#bce070 Background Color

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

This div background color is #bce070


#bce070 Border Color

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

This div border color is #bce070


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,224,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 #bce070">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce070


Comments

No comments written yet.

Please login to write comment.