Color Hex Logo

#beac88 Color Hex

#BEAC88
(190,172,136)
0 Favorites   0 Comments

Color spaces of #beac88

RGB 190172136
HSL0.110.290.64
HSV40°28°75°
CMYK 0.000.090.28   0.25
XYZ40.431742.229829.3127
Yxy42.22980.36110.3771
Hunter Lab64.9845-2.664618.7450
CIE-Lab71.02910.912220.9098

#beac88 color RGB value is (190,172,136).

#beac88 hex color red value is 190, green value is 172 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #beac88 hue: 0.11 , saturation: 0.29 and the lightness value of beac88 is 0.64.

The process color (four color CMYK) of #beac88 color hex is 0.00, 0.09, 0.28, 0.25. Web safe color of #beac88 is #cc9999. Color #beac88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 10001000
Octal 276 254 210
Decimal 190 172 136
Hex BE AC 88

RGB Percentages of Color #beac88

%38.15
%34.54
%27.31

CMYK Percentages of Color #beac88

%0
%9
%28
%25

Triadic Colors of #beac88

#beac88 #88beac #ac88be

Analogous Colors of #beac88

#beac88 #b5be88 #be9188

Monochromatic Colors of #beac88

#beac88

Complementary Color

#beac88 #889abe

#beac88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beac88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beac88 Color CSS Codes

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

#beac88 Text Font Color

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

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


#beac88 Background Color

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

This div background color is #beac88


#beac88 Border Color

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

This div border color is #beac88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beac88


Comments

No comments written yet.

Please login to write comment.