Color Hex Logo

#beb77d Color Hex

#BEB77D
(190,183,125)
0 Favorites   0 Comments

Color spaces of #beb77d

RGB 190183125
HSL0.150.330.62
HSV54°34°75°
CMYK 0.000.040.34   0.25
XYZ41.870446.294826.1310
Yxy46.29480.36630.4050
Hunter Lab68.0403-9.225824.8578
CIE-Lab73.7364-6.349030.4301

#beb77d color RGB value is (190,183,125).

#beb77d hex color red value is 190, green value is 183 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #beb77d hue: 0.15 , saturation: 0.33 and the lightness value of beb77d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110111 01111101
Octal 276 267 175
Decimal 190 183 125
Hex BE B7 7D

RGB Percentages of Color #beb77d

%38.15
%36.75
%25.10

CMYK Percentages of Color #beb77d

%0
%4
%34
%25

Triadic Colors of #beb77d

#beb77d #7dbeb7 #b77dbe

Analogous Colors of #beb77d

#beb77d #a5be7d #be977d

Monochromatic Colors of #beb77d

#beb77d

Complementary Color

#beb77d #7d84be

#beb77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb77d Color CSS Codes

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

#beb77d Text Font Color

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

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


#beb77d Background Color

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

This div background color is #beb77d


#beb77d Border Color

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

This div border color is #beb77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb77d


Comments

No comments written yet.

Please login to write comment.