Color Hex Logo

#beadab Color Hex

#BEADAB
(190,173,171)
0 Favorites   0 Comments

Color spaces of #beadab

RGB 190173171
HSL0.020.130.71
HSV10°75°
CMYK 0.000.090.10   0.25
XYZ43.529543.774644.6832
Yxy43.77460.32980.3317
Hunter Lab66.16241.65446.2718
CIE-Lab72.07765.76123.2331

#beadab color RGB value is (190,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 10101011
Octal 276 255 253
Decimal 190 173 171
Hex BE AD AB

RGB Percentages of Color #beadab

%35.58
%32.40
%32.02

CMYK Percentages of Color #beadab

%0
%9
%10
%25

Triadic Colors of #beadab

#beadab #abbead #adabbe

Analogous Colors of #beadab

#beadab #beb7ab #beabb3

Monochromatic Colors of #beadab

#beadab

Complementary Color

#beadab #abbcbe

#beadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadab Color CSS Codes

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

#beadab Text Font Color

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

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


#beadab Background Color

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

This div background color is #beadab


#beadab Border Color

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

This div border color is #beadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadab


Comments

No comments written yet.

Please login to write comment.