Color Hex Logo

#bea93d Color Hex

#BEA93D
(190,169,61)
0 Favorites   0 Comments

Color spaces of #bea93d

RGB 19016961
HSL0.140.510.49
HSV50°68°75°
CMYK 0.000.110.68   0.25
XYZ36.265539.660010.1586
Yxy39.66000.42130.4607
Hunter Lab62.9762-7.417234.5193
CIE-Lab69.2267-4.705856.2327

#bea93d color RGB value is (190,169,61).

#bea93d hex color red value is 190, green value is 169 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bea93d hue: 0.14 , saturation: 0.51 and the lightness value of bea93d is 0.49.

The process color (four color CMYK) of #bea93d color hex is 0.00, 0.11, 0.68, 0.25. Web safe color of #bea93d is #cc9933. Color #bea93d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101001 00111101
Octal 276 251 75
Decimal 190 169 61
Hex BE A9 3D

RGB Percentages of Color #bea93d

%45.24
%40.24
%14.52

CMYK Percentages of Color #bea93d

%0
%11
%68
%25

Triadic Colors of #bea93d

#bea93d #3dbea9 #a93dbe

Analogous Colors of #bea93d

#bea93d #93be3d #be693d

Monochromatic Colors of #bea93d

#bea93d

Complementary Color

#bea93d #3d52be

#bea93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea93d Color CSS Codes

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

#bea93d Text Font Color

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

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


#bea93d Background Color

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

This div background color is #bea93d


#bea93d Border Color

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

This div border color is #bea93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea93d


Comments

No comments written yet.

Please login to write comment.