Color Hex Logo

#bce915 Color Hex

#BCE915
(188,233,21)
0 Favorites   0 Comments

Color spaces of #bce915

RGB 18823321
HSL0.200.830.50
HSV73°91°91°
CMYK 0.190.000.91   0.09
XYZ50.013369.023311.3963
Yxy69.02330.38340.5292
Hunter Lab83.0803-37.935650.0232
CIE-Lab86.5156-38.214482.4974

#bce915 color RGB value is (188,233,21).

#bce915 hex color red value is 188, green value is 233 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bce915 hue: 0.20 , saturation: 0.83 and the lightness value of bce915 is 0.50.

The process color (four color CMYK) of #bce915 color hex is 0.19, 0.00, 0.91, 0.09. Web safe color of #bce915 is #ccff00. Color #bce915 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101001 00010101
Octal 274 351 25
Decimal 188 233 21
Hex BC E9 15

RGB Percentages of Color #bce915

%42.53
%52.71
%4.75

CMYK Percentages of Color #bce915

%19
%0
%91
%9

Triadic Colors of #bce915

#bce915 #15bce9 #e915bc

Analogous Colors of #bce915

#bce915 #52e915 #e9ac15

Monochromatic Colors of #bce915

#bce915

Complementary Color

#bce915 #4215e9

#bce915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce915 Color CSS Codes

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

#bce915 Text Font Color

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

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


#bce915 Background Color

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

This div background color is #bce915


#bce915 Border Color

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

This div border color is #bce915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce915


Comments

No comments written yet.

Please login to write comment.