Color Hex Logo

#beaebd Color Hex

#BEAEBD
(190,174,189)
0 Favorites   0 Comments

Color spaces of #beaebd

RGB 190174189
HSL0.840.110.71
HSV304°75°
CMYK 0.000.080.01   0.25
XYZ45.556644.893454.4083
Yxy44.89340.31450.3099
Hunter Lab67.00254.1119-1.2437
CIE-Lab72.82168.4461-5.5671

#beaebd color RGB value is (190,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 10111101
Octal 276 256 275
Decimal 190 174 189
Hex BE AE BD

RGB Percentages of Color #beaebd

%34.36
%31.46
%34.18

CMYK Percentages of Color #beaebd

%0
%8
%1
%25

Triadic Colors of #beaebd

#beaebd #bdbeae #aebdbe

Analogous Colors of #beaebd

#beaebd #beaeb5 #b7aebe

Monochromatic Colors of #beaebd

#beaebd

Complementary Color

#beaebd #aebeaf

#beaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaebd Color CSS Codes

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

#beaebd Text Font Color

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

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


#beaebd Background Color

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

This div background color is #beaebd


#beaebd Border Color

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

This div border color is #beaebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,174,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 #beaebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaebd


Comments

No comments written yet.

Please login to write comment.