Color Hex Logo

#bea799 Color Hex

#BEA799
(190,167,153)
0 Favorites   0 Comments

Color spaces of #bea799

RGB 190167153
HSL0.060.220.67
HSV23°19°75°
CMYK 0.000.120.19   0.25
XYZ40.803740.884535.8779
Yxy40.88450.34710.3478
Hunter Lab63.94102.012411.4905
CIE-Lab70.09496.088510.2997

#bea799 color RGB value is (190,167,153).

#bea799 hex color red value is 190, green value is 167 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bea799 hue: 0.06 , saturation: 0.22 and the lightness value of bea799 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100111 10011001
Octal 276 247 231
Decimal 190 167 153
Hex BE A7 99

RGB Percentages of Color #bea799

%37.25
%32.75
%30.00

CMYK Percentages of Color #bea799

%0
%12
%19
%25

Triadic Colors of #bea799

#bea799 #99bea7 #a799be

Analogous Colors of #bea799

#bea799 #beba99 #be999e

Monochromatic Colors of #bea799

#bea799

Complementary Color

#bea799 #99b0be

#bea799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea799 Color CSS Codes

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

#bea799 Text Font Color

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

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


#bea799 Background Color

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

This div background color is #bea799


#bea799 Border Color

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

This div border color is #bea799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea799


Comments

No comments written yet.

Please login to write comment.