Color Hex Logo

#beb114 Color Hex

#BEB114
(190,177,20)
0 Favorites   0 Comments

Color spaces of #beb114

RGB 19017720
HSL0.150.810.41
HSV55°89°75°
CMYK 0.000.070.89   0.25
XYZ37.083642.44196.8994
Yxy42.44190.42910.4911
Hunter Lab65.1474-12.401339.3241
CIE-Lab71.1745-10.394970.5663

#beb114 color RGB value is (190,177,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110001 00010100
Octal 276 261 24
Decimal 190 177 20
Hex BE B1 14

RGB Percentages of Color #beb114

%49.10
%45.74
%5.17

CMYK Percentages of Color #beb114

%0
%7
%89
%25

Triadic Colors of #beb114

#beb114 #14beb1 #b114be

Analogous Colors of #beb114

#beb114 #76be14 #be5c14

Monochromatic Colors of #beb114

#beb114

Complementary Color

#beb114 #1421be

#beb114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb114 Color CSS Codes

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

#beb114 Text Font Color

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

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


#beb114 Background Color

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

This div background color is #beb114


#beb114 Border Color

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

This div border color is #beb114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb114


Comments

No comments written yet.

Please login to write comment.