Color Hex Logo

#beba58 Color Hex

#BEBA58
(190,186,88)
0 Favorites   0 Comments

Color spaces of #beba58

RGB 19018688
HSL0.160.440.55
HSV58°54°75°
CMYK 0.000.020.54   0.25
XYZ40.555646.769516.1224
Yxy46.76950.39200.4521
Hunter Lab68.3882-13.825333.8943
CIE-Lab74.0421-11.691249.4367

#beba58 color RGB value is (190,186,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111010 01011000
Octal 276 272 130
Decimal 190 186 88
Hex BE BA 58

RGB Percentages of Color #beba58

%40.95
%40.09
%18.97

CMYK Percentages of Color #beba58

%0
%2
%54
%25

Triadic Colors of #beba58

#beba58 #58beba #ba58be

Analogous Colors of #beba58

#beba58 #8fbe58 #be8758

Monochromatic Colors of #beba58

#beba58

Complementary Color

#beba58 #585cbe

#beba58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beba58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beba58 Color CSS Codes

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

#beba58 Text Font Color

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

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


#beba58 Background Color

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

This div background color is #beba58


#beba58 Border Color

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

This div border color is #beba58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beba58


Comments

No comments written yet.

Please login to write comment.