Color Hex Logo

#beb10f Color Hex

#BEB10F
(190,177,15)
0 Favorites   0 Comments

Color spaces of #beb10f

RGB 19017715
HSL0.150.850.40
HSV56°92°75°
CMYK 0.000.070.92   0.25
XYZ37.043642.42596.6886
Yxy42.42590.42990.4924
Hunter Lab65.1352-12.470239.5062
CIE-Lab71.1636-10.479171.3678

#beb10f color RGB value is (190,177,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110001 00001111
Octal 276 261 17
Decimal 190 177 15
Hex BE B1 F

RGB Percentages of Color #beb10f

%49.74
%46.34
%3.93

CMYK Percentages of Color #beb10f

%0
%7
%92
%25

Triadic Colors of #beb10f

#beb10f #0fbeb1 #b10fbe

Analogous Colors of #beb10f

#beb10f #74be0f #be5a0f

Monochromatic Colors of #beb10f

#beb10f

Complementary Color

#beb10f #0f1cbe

#beb10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb10f Color CSS Codes

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

#beb10f Text Font Color

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

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


#beb10f Background Color

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

This div background color is #beb10f


#beb10f Border Color

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

This div border color is #beb10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb10f


Comments

No comments written yet.

Please login to write comment.