Color Hex Logo

#beb29b Color Hex

#BEB29B
(190,178,155)
0 Favorites   0 Comments

Color spaces of #beb29b

RGB 190178155
HSL0.110.210.68
HSV39°18°75°
CMYK 0.000.060.18   0.25
XYZ43.072045.154537.4559
Yxy45.15450.34270.3593
Hunter Lab67.1971-3.180013.9895
CIE-Lab72.99350.458313.3010

#beb29b color RGB value is (190,178,155).

#beb29b hex color red value is 190, green value is 178 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #beb29b hue: 0.11 , saturation: 0.21 and the lightness value of beb29b is 0.68.

The process color (four color CMYK) of #beb29b color hex is 0.00, 0.06, 0.18, 0.25. Web safe color of #beb29b is #cc9999. Color #beb29b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 10011011
Octal 276 262 233
Decimal 190 178 155
Hex BE B2 9B

RGB Percentages of Color #beb29b

%36.33
%34.03
%29.64

CMYK Percentages of Color #beb29b

%0
%6
%18
%25

Triadic Colors of #beb29b

#beb29b #9bbeb2 #b29bbe

Analogous Colors of #beb29b

#beb29b #b9be9b #bea19b

Monochromatic Colors of #beb29b

#beb29b

Complementary Color

#beb29b #9ba7be

#beb29b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb29b Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb29b Color CSS Codes

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

#beb29b Text Font Color

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

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


#beb29b Background Color

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

This div background color is #beb29b


#beb29b Border Color

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

This div border color is #beb29b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb29b


Comments

No comments written yet.

Please login to write comment.