Color Hex Logo

#bce56c Color Hex

#BCE56C
(188,229,108)
0 Favorites   0 Comments

Color spaces of #bce56c

RGB 188229108
HSL0.220.700.66
HSV80°53°90°
CMYK 0.180.000.53   0.10
XYZ51.465167.812724.5640
Yxy67.81270.35780.4714
Hunter Lab82.3485-32.553239.9581
CIE-Lab85.9127-31.747153.9595

#bce56c color RGB value is (188,229,108).

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

The process color (four color CMYK) of #bce56c color hex is 0.18, 0.00, 0.53, 0.10. Web safe color of #bce56c is #cccc66. Color #bce56c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 01101100
Octal 274 345 154
Decimal 188 229 108
Hex BC E5 6C

RGB Percentages of Color #bce56c

%35.81
%43.62
%20.57

CMYK Percentages of Color #bce56c

%18
%0
%53
%10

Triadic Colors of #bce56c

#bce56c #6cbce5 #e56cbc

Analogous Colors of #bce56c

#bce56c #80e56c #e5d26c

Monochromatic Colors of #bce56c

#bce56c

Complementary Color

#bce56c #956ce5

#bce56c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce56c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce56c Color CSS Codes

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

#bce56c Text Font Color

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

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


#bce56c Background Color

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

This div background color is #bce56c


#bce56c Border Color

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

This div border color is #bce56c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce56c


Comments

No comments written yet.

Please login to write comment.