Color Hex Logo

#bea4ba Color Hex

#BEA4BA
(190,164,186)
0 Favorites   0 Comments

Color spaces of #bea4ba

RGB 190164186
HSL0.860.170.69
HSV309°14°75°
CMYK 0.000.140.02   0.25
XYZ43.373641.043252.0905
Yxy41.04320.31770.3007
Hunter Lab64.06508.7353-3.3626
CIE-Lab70.206213.3669-7.7900

#bea4ba color RGB value is (190,164,186).

#bea4ba hex color red value is 190, green value is 164 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bea4ba hue: 0.86 , saturation: 0.17 and the lightness value of bea4ba is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 10111010
Octal 276 244 272
Decimal 190 164 186
Hex BE A4 BA

RGB Percentages of Color #bea4ba

%35.19
%30.37
%34.44

CMYK Percentages of Color #bea4ba

%0
%14
%2
%25

Triadic Colors of #bea4ba

#bea4ba #babea4 #a4babe

Analogous Colors of #bea4ba

#bea4ba #bea4ad #b5a4be

Monochromatic Colors of #bea4ba

#bea4ba

Complementary Color

#bea4ba #a4bea8

#bea4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea4ba Color CSS Codes

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

#bea4ba Text Font Color

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

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


#bea4ba Background Color

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

This div background color is #bea4ba


#bea4ba Border Color

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

This div border color is #bea4ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea4ba


Comments

No comments written yet.

Please login to write comment.