Color Hex Logo

#beb26c Color Hex

#BEB26C
(190,178,108)
0 Favorites   0 Comments

Color spaces of #beb26c

RGB 190178108
HSL0.140.390.58
HSV51°43°75°
CMYK 0.000.060.43   0.25
XYZ39.862443.870620.5543
Yxy43.87060.38220.4207
Hunter Lab66.2349-8.483727.9653
CIE-Lab72.1419-5.657837.2387

#beb26c color RGB value is (190,178,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01101100
Octal 276 262 154
Decimal 190 178 108
Hex BE B2 6C

RGB Percentages of Color #beb26c

%39.92
%37.39
%22.69

CMYK Percentages of Color #beb26c

%0
%6
%43
%25

Triadic Colors of #beb26c

#beb26c #6cbeb2 #b26cbe

Analogous Colors of #beb26c

#beb26c #a1be6c #be896c

Monochromatic Colors of #beb26c

#beb26c

Complementary Color

#beb26c #6c78be

#beb26c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb26c Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb26c Color CSS Codes

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

#beb26c Text Font Color

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

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


#beb26c Background Color

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

This div background color is #beb26c


#beb26c Border Color

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

This div border color is #beb26c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb26c


Comments

No comments written yet.

Please login to write comment.