Color Hex Logo

#bea408 Color Hex

#BEA408
(190,164,8)
0 Favorites   0 Comments

Color spaces of #bea408

RGB 1901648
HSL0.140.920.39
HSV51°96°75°
CMYK 0.000.140.96   0.25
XYZ34.554537.51565.6497
Yxy37.51560.44460.4827
Hunter Lab61.2500-6.485737.4061
CIE-Lab67.6621-3.757169.6485

#bea408 color RGB value is (190,164,8).

#bea408 hex color red value is 190, green value is 164 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #bea408 hue: 0.14 , saturation: 0.92 and the lightness value of bea408 is 0.39.

The process color (four color CMYK) of #bea408 color hex is 0.00, 0.14, 0.96, 0.25. Web safe color of #bea408 is #cc9900. Color #bea408 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 00001000
Octal 276 244 10
Decimal 190 164 8
Hex BE A4 8

RGB Percentages of Color #bea408

%52.49
%45.30
%2.21

CMYK Percentages of Color #bea408

%0
%14
%96
%25

Triadic Colors of #bea408

#bea408 #08bea4 #a408be

Analogous Colors of #bea408

#bea408 #7dbe08 #be4908

Monochromatic Colors of #bea408

#bea408

Complementary Color

#bea408 #0822be

#bea408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea408 Color CSS Codes

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

#bea408 Text Font Color

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

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


#bea408 Background Color

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

This div background color is #bea408


#bea408 Border Color

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

This div border color is #bea408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea408


Comments

No comments written yet.

Please login to write comment.