Color Hex Logo

#beb926 Color Hex

#BEB926
(190,185,38)
0 Favorites   0 Comments

Color spaces of #beb926

RGB 19018538
HSL0.160.670.45
HSV58°80°75°
CMYK 0.000.030.80   0.25
XYZ38.934045.78508.6191
Yxy45.78500.41710.4905
Hunter Lab67.6646-15.704839.8129
CIE-Lab73.4058-14.034068.2735

#beb926 color RGB value is (190,185,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 00100110
Octal 276 271 46
Decimal 190 185 38
Hex BE B9 26

RGB Percentages of Color #beb926

%46.00
%44.79
%9.20

CMYK Percentages of Color #beb926

%0
%3
%80
%25

Triadic Colors of #beb926

#beb926 #26beb9 #b926be

Analogous Colors of #beb926

#beb926 #77be26 #be6d26

Monochromatic Colors of #beb926

#beb926

Complementary Color

#beb926 #262bbe

#beb926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb926 Color CSS Codes

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

#beb926 Text Font Color

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

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


#beb926 Background Color

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

This div background color is #beb926


#beb926 Border Color

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

This div border color is #beb926


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb926


Comments

No comments written yet.

Please login to write comment.