Color Hex Logo

#bead98 Color Hex

#BEAD98
(190,173,152)
0 Favorites   0 Comments

Color spaces of #bead98

RGB 190173152
HSL0.090.230.67
HSV33°20°75°
CMYK 0.000.090.20   0.25
XYZ41.846343.101335.8196
Yxy43.10130.34650.3569
Hunter Lab65.6516-1.114413.6074
CIE-Lab71.62372.684613.0103

#bead98 color RGB value is (190,173,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 10011000
Octal 276 255 230
Decimal 190 173 152
Hex BE AD 98

RGB Percentages of Color #bead98

%36.89
%33.59
%29.51

CMYK Percentages of Color #bead98

%0
%9
%20
%25

Triadic Colors of #bead98

#bead98 #98bead #ad98be

Analogous Colors of #bead98

#bead98 #bcbe98 #be9a98

Monochromatic Colors of #bead98

#bead98

Complementary Color

#bead98 #98a9be

#bead98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bead98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bead98 Color CSS Codes

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

#bead98 Text Font Color

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

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


#bead98 Background Color

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

This div background color is #bead98


#bead98 Border Color

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

This div border color is #bead98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bead98


Comments

No comments written yet.

Please login to write comment.