Color Hex Logo

#bea87c Color Hex

#BEA87C
(190,168,124)
0 Favorites   0 Comments

Color spaces of #bea87c

RGB 190168124
HSL0.110.340.62
HSV40°35°75°
CMYK 0.000.120.35   0.25
XYZ38.875940.407624.8193
Yxy40.40760.37340.3882
Hunter Lab63.5670-2.076321.3475
CIE-Lab69.75891.500825.6877

#bea87c color RGB value is (190,168,124).

#bea87c hex color red value is 190, green value is 168 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bea87c hue: 0.11 , saturation: 0.34 and the lightness value of bea87c is 0.62.

The process color (four color CMYK) of #bea87c color hex is 0.00, 0.12, 0.35, 0.25. Web safe color of #bea87c is #cc9966. Color #bea87c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101000 01111100
Octal 276 250 174
Decimal 190 168 124
Hex BE A8 7C

RGB Percentages of Color #bea87c

%39.42
%34.85
%25.73

CMYK Percentages of Color #bea87c

%0
%12
%35
%25

Triadic Colors of #bea87c

#bea87c #7cbea8 #a87cbe

Analogous Colors of #bea87c

#bea87c #b3be7c #be877c

Monochromatic Colors of #bea87c

#bea87c

Complementary Color

#bea87c #7c92be

#bea87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea87c Color CSS Codes

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

#bea87c Text Font Color

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

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


#bea87c Background Color

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

This div background color is #bea87c


#bea87c Border Color

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

This div border color is #bea87c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea87c


Comments

No comments written yet.

Please login to write comment.