Color Hex Logo

#beaca8 Color Hex

#BEACA8
(190,172,168)
0 Favorites   0 Comments

Color spaces of #beaca8

RGB 190172168
HSL0.030.140.70
HSV11°12°75°
CMYK 0.000.090.12   0.25
XYZ43.055643.279443.1303
Yxy43.27940.33260.3343
Hunter Lab65.78711.69537.1802
CIE-Lab71.74425.79454.4003

#beaca8 color RGB value is (190,172,168).

#beaca8 hex color red value is 190, green value is 172 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #beaca8 hue: 0.03 , saturation: 0.14 and the lightness value of beaca8 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 10101000
Octal 276 254 250
Decimal 190 172 168
Hex BE AC A8

RGB Percentages of Color #beaca8

%35.85
%32.45
%31.70

CMYK Percentages of Color #beaca8

%0
%9
%12
%25

Triadic Colors of #beaca8

#beaca8 #a8beac #aca8be

Analogous Colors of #beaca8

#beaca8 #beb7a8 #bea8af

Monochromatic Colors of #beaca8

#beaca8

Complementary Color

#beaca8 #a8babe

#beaca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaca8 Color CSS Codes

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

#beaca8 Text Font Color

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

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


#beaca8 Background Color

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

This div background color is #beaca8


#beaca8 Border Color

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

This div border color is #beaca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaca8


Comments

No comments written yet.

Please login to write comment.