Color Hex Logo

#beaaaf Color Hex

#BEAAAF
(190,170,175)
0 Favorites   0 Comments

Color spaces of #beaaaf

RGB 190170175
HSL0.960.130.71
HSV345°11°75°
CMYK 0.000.110.08   0.25
XYZ43.347842.791746.5324
Yxy42.79170.32670.3225
Hunter Lab65.41543.80703.6156
CIE-Lab71.41348.08720.0652

#beaaaf color RGB value is (190,170,175).

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

The process color (four color CMYK) of #beaaaf color hex is 0.00, 0.11, 0.08, 0.25. Web safe color of #beaaaf is #cc9999. Color #beaaaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 10101111
Octal 276 252 257
Decimal 190 170 175
Hex BE AA AF

RGB Percentages of Color #beaaaf

%35.51
%31.78
%32.71

CMYK Percentages of Color #beaaaf

%0
%11
%8
%25

Triadic Colors of #beaaaf

#beaaaf #afbeaa #aaafbe

Analogous Colors of #beaaaf

#beaaaf #beafaa #beaab9

Monochromatic Colors of #beaaaf

#beaaaf

Complementary Color

#beaaaf #aabeb9

#beaaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaaaf Color CSS Codes

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

#beaaaf Text Font Color

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

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


#beaaaf Background Color

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

This div background color is #beaaaf


#beaaaf Border Color

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

This div border color is #beaaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaaaf


Comments

No comments written yet.

Please login to write comment.