Color Hex Logo

#beb260 Color Hex

#BEB260
(190,178,96)
0 Favorites   0 Comments

Color spaces of #beb260

RGB 19017896
HSL0.150.420.56
HSV52°49°75°
CMYK 0.000.060.49   0.25
XYZ39.266943.632517.4187
Yxy43.63250.39140.4349
Hunter Lab66.0549-9.485230.6036
CIE-Lab71.9822-6.842343.1221

#beb260 color RGB value is (190,178,96).

#beb260 hex color red value is 190, green value is 178 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #beb260 hue: 0.15 , saturation: 0.42 and the lightness value of beb260 is 0.56.

The process color (four color CMYK) of #beb260 color hex is 0.00, 0.06, 0.49, 0.25. Web safe color of #beb260 is #cc9966. Color #beb260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01100000
Octal 276 262 140
Decimal 190 178 96
Hex BE B2 60

RGB Percentages of Color #beb260

%40.95
%38.36
%20.69

CMYK Percentages of Color #beb260

%0
%6
%49
%25

Triadic Colors of #beb260

#beb260 #60beb2 #b260be

Analogous Colors of #beb260

#beb260 #9bbe60 #be8360

Monochromatic Colors of #beb260

#beb260

Complementary Color

#beb260 #606cbe

#beb260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb260 Color CSS Codes

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

#beb260 Text Font Color

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

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


#beb260 Background Color

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

This div background color is #beb260


#beb260 Border Color

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

This div border color is #beb260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb260


Comments

No comments written yet.

Please login to write comment.