Color Hex Logo

#beadba Color Hex

#BEADBA
(190,173,186)
0 Favorites   0 Comments

Color spaces of #beadba

RGB 190173186
HSL0.870.120.71
HSV314°75°
CMYK 0.000.090.02   0.25
XYZ45.041744.379552.6465
Yxy44.37950.31700.3124
Hunter Lab66.61794.1060-0.2229
CIE-Lab72.48148.4327-4.4218

#beadba color RGB value is (190,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 10111010
Octal 276 255 272
Decimal 190 173 186
Hex BE AD BA

RGB Percentages of Color #beadba

%34.61
%31.51
%33.88

CMYK Percentages of Color #beadba

%0
%9
%2
%25

Triadic Colors of #beadba

#beadba #babead #adbabe

Analogous Colors of #beadba

#beadba #beadb2 #baadbe

Monochromatic Colors of #beadba

#beadba

Complementary Color

#beadba #adbeb1

#beadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadba Color CSS Codes

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

#beadba Text Font Color

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

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


#beadba Background Color

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

This div background color is #beadba


#beadba Border Color

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

This div border color is #beadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadba


Comments

No comments written yet.

Please login to write comment.