Color Hex Logo

#bceb16 Color Hex

#BCEB16
(188,235,22)
0 Favorites   0 Comments

Color spaces of #bceb16

RGB 18823522
HSL0.200.840.50
HSV73°91°92°
CMYK 0.200.000.91   0.08
XYZ50.592270.166011.6360
Yxy70.16600.38210.5300
Hunter Lab83.7651-38.779250.3995
CIE-Lab87.0782-39.088182.8112

#bceb16 color RGB value is (188,235,22).

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

The process color (four color CMYK) of #bceb16 color hex is 0.20, 0.00, 0.91, 0.08. Web safe color of #bceb16 is #ccff00. Color #bceb16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 00010110
Octal 274 353 26
Decimal 188 235 22
Hex BC EB 16

RGB Percentages of Color #bceb16

%42.25
%52.81
%4.94

CMYK Percentages of Color #bceb16

%20
%0
%91
%8

Triadic Colors of #bceb16

#bceb16 #16bceb #eb16bc

Analogous Colors of #bceb16

#bceb16 #52eb16 #ebb016

Monochromatic Colors of #bceb16

#bceb16

Complementary Color

#bceb16 #4516eb

#bceb16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceb16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceb16 Color CSS Codes

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

#bceb16 Text Font Color

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

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


#bceb16 Background Color

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

This div background color is #bceb16


#bceb16 Border Color

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

This div border color is #bceb16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceb16


Comments

No comments written yet.

Please login to write comment.