Color Hex Logo

#beb669 Color Hex

#BEB669
(190,182,105)
0 Favorites   0 Comments

Color spaces of #beb669

RGB 190182105
HSL0.150.400.58
HSV54°45°75°
CMYK 0.000.040.45   0.25
XYZ40.513045.423019.9968
Yxy45.42300.38240.4288
Hunter Lab67.3966-10.645329.5861
CIE-Lab73.1696-8.062140.0573

#beb669 color RGB value is (190,182,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 01101001
Octal 276 266 151
Decimal 190 182 105
Hex BE B6 69

RGB Percentages of Color #beb669

%39.83
%38.16
%22.01

CMYK Percentages of Color #beb669

%0
%4
%45
%25

Triadic Colors of #beb669

#beb669 #69beb6 #b669be

Analogous Colors of #beb669

#beb669 #9cbe69 #be8c69

Monochromatic Colors of #beb669

#beb669

Complementary Color

#beb669 #6971be

#beb669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb669 Color CSS Codes

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

#beb669 Text Font Color

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

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


#beb669 Background Color

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

This div background color is #beb669


#beb669 Border Color

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

This div border color is #beb669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb669


Comments

No comments written yet.

Please login to write comment.