Color Hex Logo

#bebb69 Color Hex

#BEBB69
(190,187,105)
0 Favorites   0 Comments

Color spaces of #bebb69

RGB 190187105
HSL0.160.400.58
HSV58°45°75°
CMYK 0.000.020.45   0.25
XYZ41.555347.507720.3443
Yxy47.50770.37980.4342
Hunter Lab68.9258-13.002830.7479
CIE-Lab74.5134-10.654641.7194

#bebb69 color RGB value is (190,187,105).

#bebb69 hex color red value is 190, green value is 187 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bebb69 hue: 0.16 , saturation: 0.40 and the lightness value of bebb69 is 0.58.

The process color (four color CMYK) of #bebb69 color hex is 0.00, 0.02, 0.45, 0.25. Web safe color of #bebb69 is #cccc66. Color #bebb69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 01101001
Octal 276 273 151
Decimal 190 187 105
Hex BE BB 69

RGB Percentages of Color #bebb69

%39.42
%38.80
%21.78

CMYK Percentages of Color #bebb69

%0
%2
%45
%25

Triadic Colors of #bebb69

#bebb69 #69bebb #bb69be

Analogous Colors of #bebb69

#bebb69 #97be69 #be9169

Monochromatic Colors of #bebb69

#bebb69

Complementary Color

#bebb69 #696cbe

#bebb69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebb69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebb69 Color CSS Codes

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

#bebb69 Text Font Color

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

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


#bebb69 Background Color

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

This div background color is #bebb69


#bebb69 Border Color

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

This div border color is #bebb69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebb69


Comments

No comments written yet.

Please login to write comment.