Color Hex Logo

#beb530 Color Hex

#BEB530
(190,181,48)
0 Favorites   0 Comments

Color spaces of #beb530

RGB 19018148
HSL0.160.600.47
HSV56°75°75°
CMYK 0.000.050.75   0.25
XYZ38.292644.20839.3111
Yxy44.20830.41710.4815
Hunter Lab66.4893-13.554438.2396
CIE-Lab72.3675-11.609064.2440

#beb530 color RGB value is (190,181,48).

#beb530 hex color red value is 190, green value is 181 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #beb530 hue: 0.16 , saturation: 0.60 and the lightness value of beb530 is 0.47.

The process color (four color CMYK) of #beb530 color hex is 0.00, 0.05, 0.75, 0.25. Web safe color of #beb530 is #cccc33. Color #beb530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110101 00110000
Octal 276 265 60
Decimal 190 181 48
Hex BE B5 30

RGB Percentages of Color #beb530

%45.35
%43.20
%11.46

CMYK Percentages of Color #beb530

%0
%5
%75
%25

Triadic Colors of #beb530

#beb530 #30beb5 #b530be

Analogous Colors of #beb530

#beb530 #80be30 #be6e30

Monochromatic Colors of #beb530

#beb530

Complementary Color

#beb530 #3039be

#beb530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb530 Color CSS Codes

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

#beb530 Text Font Color

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

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


#beb530 Background Color

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

This div background color is #beb530


#beb530 Border Color

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

This div border color is #beb530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb530


Comments

No comments written yet.

Please login to write comment.