Color Hex Logo

#bce53e Color Hex

#BCE53E
(188,229,62)
0 Favorites   0 Comments

Color spaces of #bce53e

RGB 18822962
HSL0.210.760.57
HSV75°73°90°
CMYK 0.180.000.73   0.10
XYZ49.627967.077814.8891
Yxy67.07780.37710.5097
Hunter Lab81.9010-35.164846.5522
CIE-Lab85.5432-35.062772.0360

#bce53e color RGB value is (188,229,62).

#bce53e hex color red value is 188, green value is 229 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bce53e hue: 0.21 , saturation: 0.76 and the lightness value of bce53e is 0.57.

The process color (four color CMYK) of #bce53e color hex is 0.18, 0.00, 0.73, 0.10. Web safe color of #bce53e is #cccc33. Color #bce53e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 00111110
Octal 274 345 76
Decimal 188 229 62
Hex BC E5 3E

RGB Percentages of Color #bce53e

%39.25
%47.81
%12.94

CMYK Percentages of Color #bce53e

%18
%0
%73
%10

Triadic Colors of #bce53e

#bce53e #3ebce5 #e53ebc

Analogous Colors of #bce53e

#bce53e #69e53e #e5bb3e

Monochromatic Colors of #bce53e

#bce53e

Complementary Color

#bce53e #673ee5

#bce53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce53e Color CSS Codes

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

#bce53e Text Font Color

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

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


#bce53e Background Color

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

This div background color is #bce53e


#bce53e Border Color

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

This div border color is #bce53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce53e


Comments

No comments written yet.

Please login to write comment.