Color Hex Logo

#beb925 Color Hex

#BEB925
(190,185,37)
0 Favorites   0 Comments

Color spaces of #beb925

RGB 19018537
HSL0.160.670.45
HSV58°81°75°
CMYK 0.000.030.81   0.25
XYZ38.918145.77868.5352
Yxy45.77860.41740.4910
Hunter Lab67.6599-15.731239.8826
CIE-Lab73.4016-14.066668.5459

#beb925 color RGB value is (190,185,37).

#beb925 hex color red value is 190, green value is 185 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #beb925 hue: 0.16 , saturation: 0.67 and the lightness value of beb925 is 0.45.

The process color (four color CMYK) of #beb925 color hex is 0.00, 0.03, 0.81, 0.25. Web safe color of #beb925 is #cccc33. Color #beb925 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 00100101
Octal 276 271 45
Decimal 190 185 37
Hex BE B9 25

RGB Percentages of Color #beb925

%46.12
%44.90
%8.98

CMYK Percentages of Color #beb925

%0
%3
%81
%25

Triadic Colors of #beb925

#beb925 #25beb9 #b925be

Analogous Colors of #beb925

#beb925 #77be25 #be6d25

Monochromatic Colors of #beb925

#beb925

Complementary Color

#beb925 #252abe

#beb925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb925 Color CSS Codes

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

#beb925 Text Font Color

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

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


#beb925 Background Color

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

This div background color is #beb925


#beb925 Border Color

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

This div border color is #beb925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb925


Comments

No comments written yet.

Please login to write comment.