Color Hex Logo

#beadbd Color Hex

#BEADBD
(190,173,189)
0 Favorites   0 Comments

Color spaces of #beadbd

RGB 190173189
HSL0.840.120.71
HSV304°75°
CMYK 0.000.090.01   0.25
XYZ45.364144.508454.3442
Yxy44.50840.31460.3086
Hunter Lab66.71464.6245-1.5960
CIE-Lab72.56708.9917-5.9437

#beadbd color RGB value is (190,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 10111101
Octal 276 255 275
Decimal 190 173 189
Hex BE AD BD

RGB Percentages of Color #beadbd

%34.42
%31.34
%34.24

CMYK Percentages of Color #beadbd

%0
%9
%1
%25

Triadic Colors of #beadbd

#beadbd #bdbead #adbdbe

Analogous Colors of #beadbd

#beadbd #beadb5 #b7adbe

Monochromatic Colors of #beadbd

#beadbd

Complementary Color

#beadbd #adbeae

#beadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadbd Color CSS Codes

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

#beadbd Text Font Color

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

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


#beadbd Background Color

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

This div background color is #beadbd


#beadbd Border Color

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

This div border color is #beadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadbd


Comments

No comments written yet.

Please login to write comment.