Color Hex Logo

#bebc16 Color Hex

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

Color spaces of #bebc16

RGB 19018822
HSL0.160.790.42
HSV59°88°75°
CMYK 0.000.010.88   0.25
XYZ39.363246.97157.7508
Yxy46.97150.41840.4992
Hunter Lab68.5358-17.416941.2698
CIE-Lab74.1715-15.975072.5801

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

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

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

Base Numbers

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

RGB Percentages of Color #bebc16

%47.50
%47.00
%5.50

CMYK Percentages of Color #bebc16

%0
%1
%88
%25

Triadic Colors of #bebc16

#bebc16 #16bebc #bc16be

Analogous Colors of #bebc16

#bebc16 #6cbe16 #be6816

Monochromatic Colors of #bebc16

#bebc16

Complementary Color

#bebc16 #1618be

#bebc16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc16 Color CSS Codes

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

#bebc16 Text Font Color

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

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


#bebc16 Background Color

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

This div background color is #bebc16


#bebc16 Border Color

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

This div border color is #bebc16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc16


Comments

No comments written yet.

Please login to write comment.