Color Hex Logo

#beb259 Color Hex

#BEB259
(190,178,89)
0 Favorites   0 Comments

Color spaces of #beb259

RGB 19017889
HSL0.150.440.55
HSV53°53°75°
CMYK 0.000.060.53   0.25
XYZ38.958843.509215.7960
Yxy43.50920.39650.4428
Hunter Lab65.9615-10.005331.9747
CIE-Lab71.8992-7.461346.4610

#beb259 color RGB value is (190,178,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01011001
Octal 276 262 131
Decimal 190 178 89
Hex BE B2 59

RGB Percentages of Color #beb259

%41.58
%38.95
%19.47

CMYK Percentages of Color #beb259

%0
%6
%53
%25

Triadic Colors of #beb259

#beb259 #59beb2 #b259be

Analogous Colors of #beb259

#beb259 #98be59 #be8059

Monochromatic Colors of #beb259

#beb259

Complementary Color

#beb259 #5965be

#beb259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb259 Color CSS Codes

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

#beb259 Text Font Color

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

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


#beb259 Background Color

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

This div background color is #beb259


#beb259 Border Color

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

This div border color is #beb259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb259


Comments

No comments written yet.

Please login to write comment.