Color Hex Logo

#bce176 Color Hex

#BCE176
(188,225,118)
0 Favorites   0 Comments

Color spaces of #bce176

RGB 188225118
HSL0.220.640.67
HSV81°48°88°
CMYK 0.160.000.48   0.12
XYZ50.934365.849827.1653
Yxy65.84980.35380.4575
Hunter Lab81.1479-29.969336.9554
CIE-Lab84.9197-28.873048.0931

#bce176 color RGB value is (188,225,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 01110110
Octal 274 341 166
Decimal 188 225 118
Hex BC E1 76

RGB Percentages of Color #bce176

%35.40
%42.37
%22.22

CMYK Percentages of Color #bce176

%16
%0
%48
%12

Triadic Colors of #bce176

#bce176 #76bce1 #e176bc

Analogous Colors of #bce176

#bce176 #87e176 #e1d176

Monochromatic Colors of #bce176

#bce176

Complementary Color

#bce176 #9b76e1

#bce176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce176 Color CSS Codes

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

#bce176 Text Font Color

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

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


#bce176 Background Color

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

This div background color is #bce176


#bce176 Border Color

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

This div border color is #bce176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce176


Comments

No comments written yet.

Please login to write comment.