Color Hex Logo

#beaabb Color Hex

#BEAABB
(190,170,187)
0 Favorites   0 Comments

Color spaces of #beaabb

RGB 190170187
HSL0.860.130.71
HSV309°11°75°
CMYK 0.000.110.02   0.25
XYZ44.579643.284553.0188
Yxy43.28450.31640.3072
Hunter Lab65.79105.8165-1.7262
CIE-Lab71.747610.2579-6.0561

#beaabb color RGB value is (190,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 10111011
Octal 276 252 273
Decimal 190 170 187
Hex BE AA BB

RGB Percentages of Color #beaabb

%34.73
%31.08
%34.19

CMYK Percentages of Color #beaabb

%0
%11
%2
%25

Triadic Colors of #beaabb

#beaabb #bbbeaa #aabbbe

Analogous Colors of #beaabb

#beaabb #beaab1 #b7aabe

Monochromatic Colors of #beaabb

#beaabb

Complementary Color

#beaabb #aabead

#beaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaabb Color CSS Codes

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

#beaabb Text Font Color

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

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


#beaabb Background Color

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

This div background color is #beaabb


#beaabb Border Color

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

This div border color is #beaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaabb


Comments

No comments written yet.

Please login to write comment.