Color Hex Logo

#beaea8 Color Hex

#BEAEA8
(190,174,168)
0 Favorites   0 Comments

Color spaces of #beaea8

RGB 190174168
HSL0.050.140.70
HSV16°12°75°
CMYK 0.000.080.12   0.25
XYZ43.439144.046443.2581
Yxy44.04640.33220.3369
Hunter Lab66.36750.68957.8122
CIE-Lab72.25954.71015.1439

#beaea8 color RGB value is (190,174,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 10101000
Octal 276 256 250
Decimal 190 174 168
Hex BE AE A8

RGB Percentages of Color #beaea8

%35.71
%32.71
%31.58

CMYK Percentages of Color #beaea8

%0
%8
%12
%25

Triadic Colors of #beaea8

#beaea8 #a8beae #aea8be

Analogous Colors of #beaea8

#beaea8 #beb9a8 #bea8ad

Monochromatic Colors of #beaea8

#beaea8

Complementary Color

#beaea8 #a8b8be

#beaea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaea8 Color CSS Codes

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

#beaea8 Text Font Color

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

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


#beaea8 Background Color

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

This div background color is #beaea8


#beaea8 Border Color

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

This div border color is #beaea8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,174,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 #beaea8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaea8


Comments

No comments written yet.

Please login to write comment.