Color Hex Logo

#beba57 Color Hex

#BEBA57
(190,186,87)
0 Favorites   0 Comments

Color spaces of #beba57

RGB 19018687
HSL0.160.440.54
HSV58°54°75°
CMYK 0.000.020.54   0.25
XYZ40.514446.753115.9057
Yxy46.75310.39270.4532
Hunter Lab68.3762-13.893334.0713
CIE-Lab74.0316-11.773349.8947

#beba57 color RGB value is (190,186,87).

#beba57 hex color red value is 190, green value is 186 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #beba57 hue: 0.16 , saturation: 0.44 and the lightness value of beba57 is 0.54.

The process color (four color CMYK) of #beba57 color hex is 0.00, 0.02, 0.54, 0.25. Web safe color of #beba57 is #cccc66. Color #beba57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 01010111
Octal 276 272 127
Decimal 190 186 87
Hex BE BA 57

RGB Percentages of Color #beba57

%41.04
%40.17
%18.79

CMYK Percentages of Color #beba57

%0
%2
%54
%25

Triadic Colors of #beba57

#beba57 #57beba #ba57be

Analogous Colors of #beba57

#beba57 #8fbe57 #be8757

Monochromatic Colors of #beba57

#beba57

Complementary Color

#beba57 #575bbe

#beba57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beba57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beba57 Color CSS Codes

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

#beba57 Text Font Color

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

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


#beba57 Background Color

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

This div background color is #beba57


#beba57 Border Color

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

This div border color is #beba57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beba57


Comments

No comments written yet.

Please login to write comment.