Color Hex Logo

#bebe14 Color Hex

#BEBE14
(190,190,20)
0 Favorites   0 Comments

Color spaces of #bebe14

RGB 19019020
HSL0.170.810.41
HSV60°89°75°
CMYK 0.000.000.89   0.25
XYZ39.774947.82467.7965
Yxy47.82460.41690.5013
Hunter Lab69.1553-18.357041.7244
CIE-Lab74.7142-17.019173.3531

#bebe14 color RGB value is (190,190,20).

#bebe14 hex color red value is 190, green value is 190 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #bebe14 hue: 0.17 , saturation: 0.81 and the lightness value of bebe14 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 00010100
Octal 276 276 24
Decimal 190 190 20
Hex BE BE 14

RGB Percentages of Color #bebe14

%47.50
%47.50
%5.00

CMYK Percentages of Color #bebe14

%0
%0
%89
%25

Triadic Colors of #bebe14

#bebe14 #14bebe #be14be

Analogous Colors of #bebe14

#bebe14 #69be14 #be6914

Monochromatic Colors of #bebe14

#bebe14

Complementary Color

#bebe14 #1414be

#bebe14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe14 Color CSS Codes

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

#bebe14 Text Font Color

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

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


#bebe14 Background Color

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

This div background color is #bebe14


#bebe14 Border Color

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

This div border color is #bebe14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe14


Comments

No comments written yet.

Please login to write comment.