Color Hex Logo

#beb37d Color Hex

#BEB37D
(190,179,125)
0 Favorites   0 Comments

Color spaces of #beb37d

RGB 190179125
HSL0.140.330.62
HSV50°34°75°
CMYK 0.000.060.34   0.25
XYZ41.057044.668025.8599
Yxy44.66800.36790.4003
Hunter Lab66.8341-7.305023.8430
CIE-Lab72.6727-4.243929.0275

#beb37d color RGB value is (190,179,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110011 01111101
Octal 276 263 175
Decimal 190 179 125
Hex BE B3 7D

RGB Percentages of Color #beb37d

%38.46
%36.23
%25.30

CMYK Percentages of Color #beb37d

%0
%6
%34
%25

Triadic Colors of #beb37d

#beb37d #7dbeb3 #b37dbe

Analogous Colors of #beb37d

#beb37d #a9be7d #be937d

Monochromatic Colors of #beb37d

#beb37d

Complementary Color

#beb37d #7d88be

#beb37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb37d Color CSS Codes

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

#beb37d Text Font Color

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

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


#beb37d Background Color

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

This div background color is #beb37d


#beb37d Border Color

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

This div border color is #beb37d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,179,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 #beb37d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb37d


Comments

No comments written yet.

Please login to write comment.