Color Hex Logo

#beb468 Color Hex

#BEB468
(190,180,104)
0 Favorites   0 Comments

Color spaces of #beb468

RGB 190180104
HSL0.150.400.58
HSV53°45°75°
CMYK 0.000.050.45   0.25
XYZ40.055244.589119.5921
Yxy44.58910.38430.4278
Hunter Lab66.7751-9.782729.3466
CIE-Lab72.6205-7.118339.8828

#beb468 color RGB value is (190,180,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110100 01101000
Octal 276 264 150
Decimal 190 180 104
Hex BE B4 68

RGB Percentages of Color #beb468

%40.08
%37.97
%21.94

CMYK Percentages of Color #beb468

%0
%5
%45
%25

Triadic Colors of #beb468

#beb468 #68beb4 #b468be

Analogous Colors of #beb468

#beb468 #9dbe68 #be8968

Monochromatic Colors of #beb468

#beb468

Complementary Color

#beb468 #6872be

#beb468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb468 Color CSS Codes

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

#beb468 Text Font Color

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

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


#beb468 Background Color

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

This div background color is #beb468


#beb468 Border Color

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

This div border color is #beb468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb468


Comments

No comments written yet.

Please login to write comment.