color codes Logo

#beb74c color codes

#BEB74C
(190,183,76)
0 Favorites   0 Comments

Color spaces of #beb74c

RGB 19018376
HSL0.160.470.52
HSV56°60°75°
CMYK 0.000.040.60   0.25
XYZ39.473245.335913.5077
Yxy45.33590.40150.4611
Hunter Lab67.3319-13.185735.2380
CIE-Lab73.1125-11.063553.8944

#beb74c color RGB value is (190,183,76).

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

The process color (four color CMYK) of #beb74c color code is 0.00, 0.04, 0.60, 0.25. Web safe color of #beb74c is #cccc33. Color #beb74c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110111 01001100
Octal 276 267 114
Decimal 190 183 76
Hex BE B7 4C

RGB Percentages of Color #beb74c

%42.32
%40.76
%16.93

CMYK Percentages of Color #beb74c

%0
%4
%60
%25

Triadic Colors of #beb74c

#beb74c #4cbeb7 #b74cbe

Analogous Colors of #beb74c

#beb74c #8cbe4c #be7e4c

Monochromatic Colors of #beb74c

#beb74c

Complementary Color

#beb74c #4c53be

#beb74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb74c Color CSS Codes

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

#beb74c Text Font Color

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

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


#beb74c Background Color

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

This div background color is #beb74c


#beb74c Border Color

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

This div border color is #beb74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb74c


Comments

No comments written yet.

Please login to write comment.