Color Hex Logo

#beb710 Color Hex

#BEB710
(190,183,16)
0 Favorites   0 Comments

Color spaces of #beb710

RGB 19018316
HSL0.160.840.40
HSV58°92°75°
CMYK 0.000.040.92   0.25
XYZ38.262244.85157.1308
Yxy44.85150.42400.4970
Hunter Lab66.9713-15.218640.5670
CIE-Lab72.7940-13.545172.4768

#beb710 color RGB value is (190,183,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110111 00010000
Octal 276 267 20
Decimal 190 183 16
Hex BE B7 10

RGB Percentages of Color #beb710

%48.84
%47.04
%4.11

CMYK Percentages of Color #beb710

%0
%4
%92
%25

Triadic Colors of #beb710

#beb710 #10beb7 #b710be

Analogous Colors of #beb710

#beb710 #6ebe10 #be6010

Monochromatic Colors of #beb710

#beb710

Complementary Color

#beb710 #1017be

#beb710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb710 Color CSS Codes

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

#beb710 Text Font Color

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

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


#beb710 Background Color

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

This div background color is #beb710


#beb710 Border Color

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

This div border color is #beb710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb710


Comments

No comments written yet.

Please login to write comment.