Color Hex Logo

#bea153 Color Hex

#BEA153
(190,161,83)
0 Favorites   0 Comments

Color spaces of #bea153

RGB 19016183
HSL0.120.450.54
HSV44°56°75°
CMYK 0.000.150.56   0.25
XYZ35.541437.061413.4639
Yxy37.06140.41300.4306
Hunter Lab60.8781-2.326029.5020
CIE-Lab67.32311.069644.0205

#bea153 color RGB value is (190,161,83).

#bea153 hex color red value is 190, green value is 161 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bea153 hue: 0.12 , saturation: 0.45 and the lightness value of bea153 is 0.54.

The process color (four color CMYK) of #bea153 color hex is 0.00, 0.15, 0.56, 0.25. Web safe color of #bea153 is #cc9966. Color #bea153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 01010011
Octal 276 241 123
Decimal 190 161 83
Hex BE A1 53

RGB Percentages of Color #bea153

%43.78
%37.10
%19.12

CMYK Percentages of Color #bea153

%0
%15
%56
%25

Triadic Colors of #bea153

#bea153 #53bea1 #a153be

Analogous Colors of #bea153

#bea153 #a6be53 #be6c53

Monochromatic Colors of #bea153

#bea153

Complementary Color

#bea153 #5370be

#bea153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea153 Color CSS Codes

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

#bea153 Text Font Color

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

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


#bea153 Background Color

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

This div background color is #bea153


#bea153 Border Color

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

This div border color is #bea153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea153


Comments

No comments written yet.

Please login to write comment.