Color Hex Logo

#beb962 Color Hex

#BEB962
(190,185,98)
0 Favorites   0 Comments

Color spaces of #beb962

RGB 19018598
HSL0.160.410.56
HSV57°48°75°
CMYK 0.000.030.48   0.25
XYZ40.788846.526918.3861
Yxy46.52690.38590.4402
Hunter Lab68.2106-12.628631.7659
CIE-Lab73.8861-10.298944.4309

#beb962 color RGB value is (190,185,98).

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

The process color (four color CMYK) of #beb962 color hex is 0.00, 0.03, 0.48, 0.25. Web safe color of #beb962 is #cccc66. Color #beb962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111001 01100010
Octal 276 271 142
Decimal 190 185 98
Hex BE B9 62

RGB Percentages of Color #beb962

%40.17
%39.11
%20.72

CMYK Percentages of Color #beb962

%0
%3
%48
%25

Triadic Colors of #beb962

#beb962 #62beb9 #b962be

Analogous Colors of #beb962

#beb962 #95be62 #be8b62

Monochromatic Colors of #beb962

#beb962

Complementary Color

#beb962 #6267be

#beb962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb962 Color CSS Codes

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

#beb962 Text Font Color

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

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


#beb962 Background Color

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

This div background color is #beb962


#beb962 Border Color

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

This div border color is #beb962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb962


Comments

No comments written yet.

Please login to write comment.