Color Hex Logo

#beb634 Color Hex

#BEB634
(190,182,52)
0 Favorites   0 Comments

Color spaces of #beb634

RGB 19018252
HSL0.160.570.47
HSV57°73°75°
CMYK 0.000.040.73   0.25
XYZ38.583044.65109.8338
Yxy44.65100.41460.4798
Hunter Lab66.8214-13.870738.0495
CIE-Lab72.6615-11.945063.1320

#beb634 color RGB value is (190,182,52).

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

The process color (four color CMYK) of #beb634 color hex is 0.00, 0.04, 0.73, 0.25. Web safe color of #beb634 is #cccc33. Color #beb634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110110 00110100
Octal 276 266 64
Decimal 190 182 52
Hex BE B6 34

RGB Percentages of Color #beb634

%44.81
%42.92
%12.26

CMYK Percentages of Color #beb634

%0
%4
%73
%25

Triadic Colors of #beb634

#beb634 #34beb6 #b634be

Analogous Colors of #beb634

#beb634 #81be34 #be7134

Monochromatic Colors of #beb634

#beb634

Complementary Color

#beb634 #343cbe

#beb634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb634 Color CSS Codes

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

#beb634 Text Font Color

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

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


#beb634 Background Color

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

This div background color is #beb634


#beb634 Border Color

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

This div border color is #beb634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb634


Comments

No comments written yet.

Please login to write comment.