Color Hex Logo

#bce27e Color Hex

#BCE27E
(188,226,126)
0 Favorites   0 Comments

Color spaces of #bce27e

RGB 188226126
HSL0.230.630.69
HSV83°44°89°
CMYK 0.170.000.44   0.11
XYZ51.701366.590429.8670
Yxy66.59040.34900.4495
Hunter Lab81.6029-29.712635.4217
CIE-Lab85.2967-28.469344.7002

#bce27e color RGB value is (188,226,126).

#bce27e hex color red value is 188, green value is 226 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bce27e hue: 0.23 , saturation: 0.63 and the lightness value of bce27e is 0.69.

The process color (four color CMYK) of #bce27e color hex is 0.17, 0.00, 0.44, 0.11. Web safe color of #bce27e is #cccc66. Color #bce27e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 01111110
Octal 274 342 176
Decimal 188 226 126
Hex BC E2 7E

RGB Percentages of Color #bce27e

%34.81
%41.85
%23.33

CMYK Percentages of Color #bce27e

%17
%0
%44
%11

Triadic Colors of #bce27e

#bce27e #7ebce2 #e27ebc

Analogous Colors of #bce27e

#bce27e #8ae27e #e2d67e

Monochromatic Colors of #bce27e

#bce27e

Complementary Color

#bce27e #a47ee2

#bce27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce27e Color CSS Codes

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

#bce27e Text Font Color

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

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


#bce27e Background Color

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

This div background color is #bce27e


#bce27e Border Color

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

This div border color is #bce27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce27e


Comments

No comments written yet.

Please login to write comment.