Color Hex Logo

#bce320 Color Hex

#BCE320
(188,227,32)
0 Favorites   0 Comments

Color spaces of #bce320

RGB 18822732
HSL0.200.780.51
HSV72°86°89°
CMYK 0.170.000.86   0.11
XYZ48.468865.733811.4998
Yxy65.73380.38560.5229
Hunter Lab81.0764-35.173448.3438
CIE-Lab84.8605-35.279079.3593

#bce320 color RGB value is (188,227,32).

#bce320 hex color red value is 188, green value is 227 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bce320 hue: 0.20 , saturation: 0.78 and the lightness value of bce320 is 0.51.

The process color (four color CMYK) of #bce320 color hex is 0.17, 0.00, 0.86, 0.11. Web safe color of #bce320 is #cccc33. Color #bce320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100011 00100000
Octal 274 343 40
Decimal 188 227 32
Hex BC E3 20

RGB Percentages of Color #bce320

%42.06
%50.78
%7.16

CMYK Percentages of Color #bce320

%17
%0
%86
%11

Triadic Colors of #bce320

#bce320 #20bce3 #e320bc

Analogous Colors of #bce320

#bce320 #5ae320 #e3a920

Monochromatic Colors of #bce320

#bce320

Complementary Color

#bce320 #4720e3

#bce320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce320 Color CSS Codes

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

#bce320 Text Font Color

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

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


#bce320 Background Color

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

This div background color is #bce320


#bce320 Border Color

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

This div border color is #bce320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce320


Comments

No comments written yet.

Please login to write comment.