Color Hex Logo

#beabbe Color Hex

#BEABBE
(190,171,190)
0 Favorites   0 Comments

Color spaces of #beabbe

RGB 190171190
HSL0.830.130.71
HSV300°10°75°
CMYK 0.000.100.00   0.25
XYZ45.092443.790754.7910
Yxy43.79070.31390.3048
Hunter Lab66.17455.8273-2.7686
CIE-Lab72.088410.2731-7.2026

#beabbe color RGB value is (190,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 10111110
Octal 276 253 276
Decimal 190 171 190
Hex BE AB BE

RGB Percentages of Color #beabbe

%34.48
%31.03
%34.48

CMYK Percentages of Color #beabbe

%0
%10
%0
%25

Triadic Colors of #beabbe

#beabbe #bebeab #abbebe

Analogous Colors of #beabbe

#beabbe #beabb5 #b5abbe

Monochromatic Colors of #beabbe

#beabbe

Complementary Color

#beabbe #abbeab

#beabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabbe Color CSS Codes

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

#beabbe Text Font Color

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

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


#beabbe Background Color

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

This div background color is #beabbe


#beabbe Border Color

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

This div border color is #beabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabbe


Comments

No comments written yet.

Please login to write comment.