Color Hex Logo

#beada3 Color Hex

#BEADA3
(190,173,163)
0 Favorites   0 Comments

Color spaces of #beada3

RGB 190173163
HSL0.060.170.69
HSV22°14°75°
CMYK 0.000.090.14   0.25
XYZ42.789643.478640.7873
Yxy43.47860.33680.3422
Hunter Lab65.93830.44279.4819
CIE-Lab71.87864.42277.3415

#beada3 color RGB value is (190,173,163).

#beada3 hex color red value is 190, green value is 173 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #beada3 hue: 0.06 , saturation: 0.17 and the lightness value of beada3 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 10100011
Octal 276 255 243
Decimal 190 173 163
Hex BE AD A3

RGB Percentages of Color #beada3

%36.12
%32.89
%30.99

CMYK Percentages of Color #beada3

%0
%9
%14
%25

Triadic Colors of #beada3

#beada3 #a3bead #ada3be

Analogous Colors of #beada3

#beada3 #bebba3 #bea3a7

Monochromatic Colors of #beada3

#beada3

Complementary Color

#beada3 #a3b4be

#beada3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beada3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beada3 Color CSS Codes

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

#beada3 Text Font Color

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

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


#beada3 Background Color

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

This div background color is #beada3


#beada3 Border Color

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

This div border color is #beada3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beada3


Comments

No comments written yet.

Please login to write comment.