Color Hex Logo

#beb825 Color Hex

#BEB825
(190,184,37)
0 Favorites   0 Comments

Color spaces of #beb825

RGB 19018437
HSL0.160.670.45
HSV58°81°75°
CMYK 0.000.030.81   0.25
XYZ38.709645.36178.4657
Yxy45.36170.41830.4902
Hunter Lab67.3511-15.272739.6933
CIE-Lab73.1294-13.557568.3095

#beb825 color RGB value is (190,184,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111000 00100101
Octal 276 270 45
Decimal 190 184 37
Hex BE B8 25

RGB Percentages of Color #beb825

%46.23
%44.77
%9.00

CMYK Percentages of Color #beb825

%0
%3
%81
%25

Triadic Colors of #beb825

#beb825 #25beb8 #b825be

Analogous Colors of #beb825

#beb825 #78be25 #be6c25

Monochromatic Colors of #beb825

#beb825

Complementary Color

#beb825 #252bbe

#beb825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb825 Color CSS Codes

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

#beb825 Text Font Color

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

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


#beb825 Background Color

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

This div background color is #beb825


#beb825 Border Color

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

This div border color is #beb825


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,184,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 #beb825">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb825


Comments

No comments written yet.

Please login to write comment.