Color Hex Logo

#bea423 Color Hex

#BEA423
(190,164,35)
0 Favorites   0 Comments

Color spaces of #bea423

RGB 19016435
HSL0.140.690.44
HSV50°82°75°
CMYK 0.000.140.82   0.25
XYZ34.814037.61947.0165
Yxy37.61940.43820.4735
Hunter Lab61.3347-6.017736.1517
CIE-Lab67.7392-3.198364.1946

#bea423 color RGB value is (190,164,35).

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

The process color (four color CMYK) of #bea423 color hex is 0.00, 0.14, 0.82, 0.25. Web safe color of #bea423 is #cc9933. Color #bea423 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 00100011
Octal 276 244 43
Decimal 190 164 35
Hex BE A4 23

RGB Percentages of Color #bea423

%48.84
%42.16
%9.00

CMYK Percentages of Color #bea423

%0
%14
%82
%25

Triadic Colors of #bea423

#bea423 #23bea4 #a423be

Analogous Colors of #bea423

#bea423 #8bbe23 #be5723

Monochromatic Colors of #bea423

#bea423

Complementary Color

#bea423 #233dbe

#bea423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea423 Color CSS Codes

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

#bea423 Text Font Color

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

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


#bea423 Background Color

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

This div background color is #bea423


#bea423 Border Color

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

This div border color is #bea423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea423


Comments

No comments written yet.

Please login to write comment.