Color Hex Logo

#bce31d Color Hex

#BCE31D
(188,227,29)
0 Favorites   0 Comments

Color spaces of #bce31d

RGB 18822729
HSL0.200.780.50
HSV72°87°89°
CMYK 0.170.000.87   0.11
XYZ48.429965.718211.2948
Yxy65.71820.38610.5239
Hunter Lab81.0668-35.229648.4860
CIE-Lab84.8525-35.351579.9106

#bce31d color RGB value is (188,227,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100011 00011101
Octal 274 343 35
Decimal 188 227 29
Hex BC E3 1D

RGB Percentages of Color #bce31d

%42.34
%51.13
%6.53

CMYK Percentages of Color #bce31d

%17
%0
%87
%11

Triadic Colors of #bce31d

#bce31d #1dbce3 #e31dbc

Analogous Colors of #bce31d

#bce31d #59e31d #e3a71d

Monochromatic Colors of #bce31d

#bce31d

Complementary Color

#bce31d #441de3

#bce31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce31d Color CSS Codes

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

#bce31d Text Font Color

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

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


#bce31d Background Color

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

This div background color is #bce31d


#bce31d Border Color

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

This div border color is #bce31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce31d


Comments

No comments written yet.

Please login to write comment.