Color Hex Logo

#bea352 Color Hex

#BEA352
(190,163,82)
0 Favorites   0 Comments

Color spaces of #bea352

RGB 19016382
HSL0.130.450.53
HSV45°57°75°
CMYK 0.000.140.57   0.25
XYZ35.855437.750713.3795
Yxy37.75070.41220.4340
Hunter Lab61.4416-3.355830.0982
CIE-Lab67.8365-0.085745.1143

#bea352 color RGB value is (190,163,82).

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

The process color (four color CMYK) of #bea352 color hex is 0.00, 0.14, 0.57, 0.25. Web safe color of #bea352 is #cc9966. Color #bea352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100011 01010010
Octal 276 243 122
Decimal 190 163 82
Hex BE A3 52

RGB Percentages of Color #bea352

%43.68
%37.47
%18.85

CMYK Percentages of Color #bea352

%0
%14
%57
%25

Triadic Colors of #bea352

#bea352 #52bea3 #a352be

Analogous Colors of #bea352

#bea352 #a3be52 #be6d52

Monochromatic Colors of #bea352

#bea352

Complementary Color

#bea352 #526dbe

#bea352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea352 Color CSS Codes

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

#bea352 Text Font Color

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

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


#bea352 Background Color

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

This div background color is #bea352


#bea352 Border Color

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

This div border color is #bea352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea352


Comments

No comments written yet.

Please login to write comment.