Color Hex Logo

#bea348 Color Hex

#BEA348
(190,163,72)
0 Favorites   0 Comments

Color spaces of #bea348

RGB 19016372
HSL0.130.480.51
HSV46°62°75°
CMYK 0.000.140.62   0.25
XYZ35.502137.609411.5191
Yxy37.60940.41950.4444
Hunter Lab61.3265-3.987231.7920
CIE-Lab67.7317-0.824849.7741

#bea348 color RGB value is (190,163,72).

#bea348 hex color red value is 190, green value is 163 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bea348 hue: 0.13 , saturation: 0.48 and the lightness value of bea348 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 01001000
Octal 276 243 110
Decimal 190 163 72
Hex BE A3 48

RGB Percentages of Color #bea348

%44.71
%38.35
%16.94

CMYK Percentages of Color #bea348

%0
%14
%62
%25

Triadic Colors of #bea348

#bea348 #48bea3 #a348be

Analogous Colors of #bea348

#bea348 #9ebe48 #be6848

Monochromatic Colors of #bea348

#bea348

Complementary Color

#bea348 #4863be

#bea348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea348 Color CSS Codes

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

#bea348 Text Font Color

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

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


#bea348 Background Color

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

This div background color is #bea348


#bea348 Border Color

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

This div border color is #bea348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea348


Comments

No comments written yet.

Please login to write comment.