Color Hex Logo

#beb012 Color Hex

#BEB012
(190,176,18)
0 Favorites   0 Comments

Color spaces of #beb012

RGB 19017618
HSL0.150.830.41
HSV55°91°75°
CMYK 0.000.070.91   0.25
XYZ36.869742.04156.7438
Yxy42.04150.43040.4908
Hunter Lab64.8394-11.968439.2210
CIE-Lab70.8995-9.913470.6961

#beb012 color RGB value is (190,176,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 00010010
Octal 276 260 22
Decimal 190 176 18
Hex BE B0 12

RGB Percentages of Color #beb012

%49.48
%45.83
%4.69

CMYK Percentages of Color #beb012

%0
%7
%91
%25

Triadic Colors of #beb012

#beb012 #12beb0 #b012be

Analogous Colors of #beb012

#beb012 #76be12 #be5a12

Monochromatic Colors of #beb012

#beb012

Complementary Color

#beb012 #1220be

#beb012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb012 Color CSS Codes

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

#beb012 Text Font Color

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

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


#beb012 Background Color

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

This div background color is #beb012


#beb012 Border Color

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

This div border color is #beb012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb012


Comments

No comments written yet.

Please login to write comment.