Color Hex Logo

#beadbc Color Hex

#BEADBC
(190,173,188)
0 Favorites   0 Comments

Color spaces of #beadbc

RGB 190173188
HSL0.850.120.71
HSV307°75°
CMYK 0.000.090.01   0.25
XYZ45.255944.465153.7743
Yxy44.46510.31540.3099
Hunter Lab66.68224.4508-1.1356
CIE-Lab72.53838.8047-5.4368

#beadbc color RGB value is (190,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 10111100
Octal 276 255 274
Decimal 190 173 188
Hex BE AD BC

RGB Percentages of Color #beadbc

%34.48
%31.40
%34.12

CMYK Percentages of Color #beadbc

%0
%9
%1
%25

Triadic Colors of #beadbc

#beadbc #bcbead #adbcbe

Analogous Colors of #beadbc

#beadbc #beadb4 #b8adbe

Monochromatic Colors of #beadbc

#beadbc

Complementary Color

#beadbc #adbeaf

#beadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadbc Color CSS Codes

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

#beadbc Text Font Color

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

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


#beadbc Background Color

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

This div background color is #beadbc


#beadbc Border Color

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

This div border color is #beadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadbc


Comments

No comments written yet.

Please login to write comment.