Color Hex Logo

#bce25e Color Hex

#BCE25E
(188,226,94)
0 Favorites   0 Comments

Color spaces of #bce25e

RGB 18822694
HSL0.210.690.63
HSV77°58°89°
CMYK 0.170.000.58   0.11
XYZ49.955865.892220.6752
Yxy65.89220.36590.4826
Hunter Lab81.1740-32.202741.7205
CIE-Lab84.9414-31.583959.0822

#bce25e color RGB value is (188,226,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100010 01011110
Octal 274 342 136
Decimal 188 226 94
Hex BC E2 5E

RGB Percentages of Color #bce25e

%37.01
%44.49
%18.50

CMYK Percentages of Color #bce25e

%17
%0
%58
%11

Triadic Colors of #bce25e

#bce25e #5ebce2 #e25ebc

Analogous Colors of #bce25e

#bce25e #7ae25e #e2c65e

Monochromatic Colors of #bce25e

#bce25e

Complementary Color

#bce25e #845ee2

#bce25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce25e Color CSS Codes

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

#bce25e Text Font Color

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

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


#bce25e Background Color

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

This div background color is #bce25e


#bce25e Border Color

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

This div border color is #bce25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce25e


Comments

No comments written yet.

Please login to write comment.