Color Hex Logo

#bea18d Color Hex

#BEA18D
(190,161,141)
0 Favorites   0 Comments

Color spaces of #bea18d

RGB 190161141
HSL0.070.270.65
HSV24°26°75°
CMYK 0.000.150.26   0.25
XYZ38.787838.360030.5592
Yxy38.36000.36010.3562
Hunter Lab61.93553.400714.1009
CIE-Lab68.28517.572614.3736

#bea18d color RGB value is (190,161,141).

#bea18d hex color red value is 190, green value is 161 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bea18d hue: 0.07 , saturation: 0.27 and the lightness value of bea18d is 0.65.

The process color (four color CMYK) of #bea18d color hex is 0.00, 0.15, 0.26, 0.25. Web safe color of #bea18d is #cc9999. Color #bea18d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100001 10001101
Octal 276 241 215
Decimal 190 161 141
Hex BE A1 8D

RGB Percentages of Color #bea18d

%38.62
%32.72
%28.66

CMYK Percentages of Color #bea18d

%0
%15
%26
%25

Triadic Colors of #bea18d

#bea18d #8dbea1 #a18dbe

Analogous Colors of #bea18d

#bea18d #beba8d #be8d92

Monochromatic Colors of #bea18d

#bea18d

Complementary Color

#bea18d #8daabe

#bea18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea18d Color CSS Codes

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

#bea18d Text Font Color

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

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


#bea18d Background Color

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

This div background color is #bea18d


#bea18d Border Color

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

This div border color is #bea18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea18d


Comments

No comments written yet.

Please login to write comment.