Color Hex Logo

#beb614 Color Hex

#BEB614
(190,182,20)
0 Favorites   0 Comments

Color spaces of #beb614

RGB 19018220
HSL0.160.810.41
HSV57°89°75°
CMYK 0.000.040.89   0.25
XYZ38.089444.45367.2347
Yxy44.45360.42430.4952
Hunter Lab66.6735-14.704840.2380
CIE-Lab72.5306-12.966671.6331

#beb614 color RGB value is (190,182,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 00010100
Octal 276 266 24
Decimal 190 182 20
Hex BE B6 14

RGB Percentages of Color #beb614

%48.47
%46.43
%5.10

CMYK Percentages of Color #beb614

%0
%4
%89
%25

Triadic Colors of #beb614

#beb614 #14beb6 #b614be

Analogous Colors of #beb614

#beb614 #71be14 #be6114

Monochromatic Colors of #beb614

#beb614

Complementary Color

#beb614 #141cbe

#beb614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb614 Color CSS Codes

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

#beb614 Text Font Color

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

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


#beb614 Background Color

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

This div background color is #beb614


#beb614 Border Color

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

This div border color is #beb614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb614


Comments

No comments written yet.

Please login to write comment.