Color Hex Logo

#beadac Color Hex

#BEADAC
(190,173,172)
0 Favorites   0 Comments

Color spaces of #beadac

RGB 190173172
HSL0.010.120.71
HSV75°
CMYK 0.000.090.09   0.25
XYZ43.625243.812845.1872
Yxy43.81280.32890.3304
Hunter Lab66.19121.81085.8580
CIE-Lab72.10325.93302.7205

#beadac color RGB value is (190,173,172).

#beadac hex color red value is 190, green value is 173 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #beadac hue: 0.01 , saturation: 0.12 and the lightness value of beadac is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 10101100
Octal 276 255 254
Decimal 190 173 172
Hex BE AD AC

RGB Percentages of Color #beadac

%35.51
%32.34
%32.15

CMYK Percentages of Color #beadac

%0
%9
%9
%25

Triadic Colors of #beadac

#beadac #acbead #adacbe

Analogous Colors of #beadac

#beadac #beb6ac #beacb4

Monochromatic Colors of #beadac

#beadac

Complementary Color

#beadac #acbdbe

#beadac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadac Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadac Color CSS Codes

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

#beadac Text Font Color

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

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


#beadac Background Color

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

This div background color is #beadac


#beadac Border Color

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

This div border color is #beadac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadac


Comments

No comments written yet.

Please login to write comment.