Color Hex Logo

#beabc0 Color Hex

#BEABC0
(190,171,192)
1 Favorites   0 Comments

Color spaces of #beabc0

RGB 190171192
HSL0.820.140.71
HSV294°11°75°
CMYK 0.010.110.00   0.25
XYZ45.312543.878755.9504
Yxy43.87870.31220.3023
Hunter Lab66.24106.1821-3.7105
CIE-Lab72.147310.6524-8.2151

#beabc0 color RGB value is (190,171,192).

#beabc0 hex color red value is 190, green value is 171 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #beabc0 hue: 0.82 , saturation: 0.14 and the lightness value of beabc0 is 0.71.

The process color (four color CMYK) of #beabc0 color hex is 0.01, 0.11, 0.00, 0.25. Web safe color of #beabc0 is #cc99cc. Color #beabc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 11000000
Octal 276 253 300
Decimal 190 171 192
Hex BE AB C0

RGB Percentages of Color #beabc0

%34.36
%30.92
%34.72

CMYK Percentages of Color #beabc0

%1
%11
%0
%25

Triadic Colors of #beabc0

#beabc0 #c0beab #abc0be

Analogous Colors of #beabc0

#beabc0 #c0abb8 #b4abc0

Monochromatic Colors of #beabc0

#beabc0

Complementary Color

#beabc0 #adc0ab

#beabc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabc0 Color CSS Codes

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

#beabc0 Text Font Color

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

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


#beabc0 Background Color

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

This div background color is #beabc0


#beabc0 Border Color

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

This div border color is #beabc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabc0


Comments

No comments written yet.

Please login to write comment.