Color Hex Logo

#beb74e Color Hex

#BEB74E
(190,183,78)
0 Favorites   0 Comments

Color spaces of #beb74e

RGB 19018378
HSL0.160.460.53
HSV56°59°75°
CMYK 0.000.040.59   0.25
XYZ39.543845.364213.8797
Yxy45.36420.40030.4592
Hunter Lab67.3530-13.068034.9289
CIE-Lab73.1311-10.921153.0189

#beb74e color RGB value is (190,183,78).

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

The process color (four color CMYK) of #beb74e color hex is 0.00, 0.04, 0.59, 0.25. Web safe color of #beb74e is #cccc66. Color #beb74e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110111 01001110
Octal 276 267 116
Decimal 190 183 78
Hex BE B7 4E

RGB Percentages of Color #beb74e

%42.13
%40.58
%17.29

CMYK Percentages of Color #beb74e

%0
%4
%59
%25

Triadic Colors of #beb74e

#beb74e #4ebeb7 #b74ebe

Analogous Colors of #beb74e

#beb74e #8dbe4e #be7f4e

Monochromatic Colors of #beb74e

#beb74e

Complementary Color

#beb74e #4e55be

#beb74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb74e Color CSS Codes

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

#beb74e Text Font Color

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

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


#beb74e Background Color

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

This div background color is #beb74e


#beb74e Border Color

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

This div border color is #beb74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb74e


Comments

No comments written yet.

Please login to write comment.