Color Hex Logo

#beada9 Color Hex

#BEADA9
(190,173,169)
0 Favorites   0 Comments

Color spaces of #beada9

RGB 190173169
HSL0.030.140.70
HSV11°11°75°
CMYK 0.000.090.11   0.25
XYZ43.340243.698943.6866
Yxy43.69890.33150.3343
Hunter Lab66.10511.34517.0909
CIE-Lab72.02685.42074.2588

#beada9 color RGB value is (190,173,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 10101001
Octal 276 255 251
Decimal 190 173 169
Hex BE AD A9

RGB Percentages of Color #beada9

%35.71
%32.52
%31.77

CMYK Percentages of Color #beada9

%0
%9
%11
%25

Triadic Colors of #beada9

#beada9 #a9bead #ada9be

Analogous Colors of #beada9

#beada9 #beb8a9 #bea9b0

Monochromatic Colors of #beada9

#beada9

Complementary Color

#beada9 #a9babe

#beada9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beada9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beada9 Color CSS Codes

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

#beada9 Text Font Color

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

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


#beada9 Background Color

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

This div background color is #beada9


#beada9 Border Color

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

This div border color is #beada9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beada9


Comments

No comments written yet.

Please login to write comment.