Color Hex Logo

#beb069 Color Hex

#BEB069
(190,176,105)
0 Favorites   0 Comments

Color spaces of #beb069

RGB 190176105
HSL0.140.400.58
HSV50°45°75°
CMYK 0.000.070.45   0.25
XYZ39.310343.017719.5960
Yxy43.01770.38570.4221
Hunter Lab65.5879-7.794328.1972
CIE-Lab71.5670-4.915538.0589

#beb069 color RGB value is (190,176,105).

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

The process color (four color CMYK) of #beb069 color hex is 0.00, 0.07, 0.45, 0.25. Web safe color of #beb069 is #cc9966. Color #beb069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 01101001
Octal 276 260 151
Decimal 190 176 105
Hex BE B0 69

RGB Percentages of Color #beb069

%40.34
%37.37
%22.29

CMYK Percentages of Color #beb069

%0
%7
%45
%25

Triadic Colors of #beb069

#beb069 #69beb0 #b069be

Analogous Colors of #beb069

#beb069 #a2be69 #be8669

Monochromatic Colors of #beb069

#beb069

Complementary Color

#beb069 #6977be

#beb069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb069 Color CSS Codes

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

#beb069 Text Font Color

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

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


#beb069 Background Color

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

This div background color is #beb069


#beb069 Border Color

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

This div border color is #beb069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb069


Comments

No comments written yet.

Please login to write comment.