Color Hex Logo

#beae98 Color Hex

#BEAE98
(190,174,152)
0 Favorites   0 Comments

Color spaces of #beae98

RGB 190174152
HSL0.100.230.67
HSV35°20°75°
CMYK 0.000.080.20   0.25
XYZ42.038843.486335.8838
Yxy43.48630.34630.3582
Hunter Lab65.9441-1.610113.8980
CIE-Lab71.88382.145813.3764

#beae98 color RGB value is (190,174,152).

#beae98 hex color red value is 190, green value is 174 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #beae98 hue: 0.10 , saturation: 0.23 and the lightness value of beae98 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 10011000
Octal 276 256 230
Decimal 190 174 152
Hex BE AE 98

RGB Percentages of Color #beae98

%36.82
%33.72
%29.46

CMYK Percentages of Color #beae98

%0
%8
%20
%25

Triadic Colors of #beae98

#beae98 #98beae #ae98be

Analogous Colors of #beae98

#beae98 #bbbe98 #be9b98

Monochromatic Colors of #beae98

#beae98

Complementary Color

#beae98 #98a8be

#beae98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beae98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beae98 Color CSS Codes

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

#beae98 Text Font Color

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

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


#beae98 Background Color

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

This div background color is #beae98


#beae98 Border Color

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

This div border color is #beae98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beae98

#beae98 Color Palettes


Comments

No comments written yet.

Please login to write comment.