Color Hex Logo

#beaeb7 Color Hex

#BEAEB7
(190,174,183)
0 Favorites   0 Comments

Color spaces of #beaeb7

RGB 190174183
HSL0.910.110.71
HSV326°75°
CMYK 0.000.080.04   0.25
XYZ44.918544.638251.0483
Yxy44.63820.31950.3175
Hunter Lab66.81183.08731.4671
CIE-Lab72.65307.3374-2.5211

#beaeb7 color RGB value is (190,174,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 10110111
Octal 276 256 267
Decimal 190 174 183
Hex BE AE B7

RGB Percentages of Color #beaeb7

%34.73
%31.81
%33.46

CMYK Percentages of Color #beaeb7

%0
%8
%4
%25

Triadic Colors of #beaeb7

#beaeb7 #b7beae #aeb7be

Analogous Colors of #beaeb7

#beaeb7 #beaeaf #bdaebe

Monochromatic Colors of #beaeb7

#beaeb7

Complementary Color

#beaeb7 #aebeb5

#beaeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaeb7 Color CSS Codes

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

#beaeb7 Text Font Color

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

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


#beaeb7 Background Color

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

This div background color is #beaeb7


#beaeb7 Border Color

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

This div border color is #beaeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaeb7


Comments

No comments written yet.

Please login to write comment.