Color Hex Logo

#bcbe16 Color Hex

#BCBE16
(188,190,22)
0 Favorites   0 Comments

Color spaces of #bcbe16

RGB 18819022
HSL0.170.790.42
HSV61°88°75°
CMYK 0.010.000.88   0.25
XYZ39.297347.57627.8710
Yxy47.57620.41480.5022
Hunter Lab68.9755-19.010641.5171
CIE-Lab74.5568-17.843972.8181

#bcbe16 color RGB value is (188,190,22).

#bcbe16 hex color red value is 188, green value is 190 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bcbe16 hue: 0.17 , saturation: 0.79 and the lightness value of bcbe16 is 0.42.

The process color (four color CMYK) of #bcbe16 color hex is 0.01, 0.00, 0.88, 0.25. Web safe color of #bcbe16 is #cccc00. Color #bcbe16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 00010110
Octal 274 276 26
Decimal 188 190 22
Hex BC BE 16

RGB Percentages of Color #bcbe16

%47.00
%47.50
%5.50

CMYK Percentages of Color #bcbe16

%1
%0
%88
%25

Triadic Colors of #bcbe16

#bcbe16 #16bcbe #be16bc

Analogous Colors of #bcbe16

#bcbe16 #68be16 #be6c16

Monochromatic Colors of #bcbe16

#bcbe16

Complementary Color

#bcbe16 #1816be

#bcbe16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbe16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbe16 Color CSS Codes

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

#bcbe16 Text Font Color

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

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


#bcbe16 Background Color

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

This div background color is #bcbe16


#bcbe16 Border Color

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

This div border color is #bcbe16


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,190,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 #bcbe16">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbe16


Comments

No comments written yet.

Please login to write comment.