Color Hex Logo

#beb706 Color Hex

#BEB706
(190,183,6)
0 Favorites   0 Comments

Color spaces of #beb706

RGB 1901836
HSL0.160.940.38
HSV58°97°75°
CMYK 0.000.040.97   0.25
XYZ38.201644.82736.8114
Yxy44.82730.42520.4990
Hunter Lab66.9532-15.321040.8354
CIE-Lab72.7780-13.671373.6714

#beb706 color RGB value is (190,183,6).

#beb706 hex color red value is 190, green value is 183 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #beb706 hue: 0.16 , saturation: 0.94 and the lightness value of beb706 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110111 00000110
Octal 276 267 6
Decimal 190 183 6
Hex BE B7 6

RGB Percentages of Color #beb706

%50.13
%48.28
%1.58

CMYK Percentages of Color #beb706

%0
%4
%97
%25

Triadic Colors of #beb706

#beb706 #06beb7 #b706be

Analogous Colors of #beb706

#beb706 #69be06 #be5b06

Monochromatic Colors of #beb706

#beb706

Complementary Color

#beb706 #060dbe

#beb706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb706 Color CSS Codes

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

#beb706 Text Font Color

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

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


#beb706 Background Color

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

This div background color is #beb706


#beb706 Border Color

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

This div border color is #beb706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb706


Comments

No comments written yet.

Please login to write comment.