Color Hex Logo

#beb26d Color Hex

#BEB26D
(190,178,109)
0 Favorites   0 Comments

Color spaces of #beb26d

RGB 190178109
HSL0.140.380.59
HSV51°43°75°
CMYK 0.000.060.43   0.25
XYZ39.915943.892120.8362
Yxy43.89210.38140.4194
Hunter Lab66.2511-8.394327.7289
CIE-Lab72.1563-5.552536.7414

#beb26d color RGB value is (190,178,109).

#beb26d hex color red value is 190, green value is 178 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #beb26d hue: 0.14 , saturation: 0.38 and the lightness value of beb26d is 0.59.

The process color (four color CMYK) of #beb26d color hex is 0.00, 0.06, 0.43, 0.25. Web safe color of #beb26d is #cc9966. Color #beb26d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01101101
Octal 276 262 155
Decimal 190 178 109
Hex BE B2 6D

RGB Percentages of Color #beb26d

%39.83
%37.32
%22.85

CMYK Percentages of Color #beb26d

%0
%6
%43
%25

Triadic Colors of #beb26d

#beb26d #6dbeb2 #b26dbe

Analogous Colors of #beb26d

#beb26d #a2be6d #be8a6d

Monochromatic Colors of #beb26d

#beb26d

Complementary Color

#beb26d #6d79be

#beb26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb26d Color CSS Codes

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

#beb26d Text Font Color

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

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


#beb26d Background Color

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

This div background color is #beb26d


#beb26d Border Color

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

This div border color is #beb26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb26d


Comments

No comments written yet.

Please login to write comment.