Color Hex Logo

#beacbe Color Hex

#BEACBE
(190,172,190)
0 Favorites   0 Comments

Color spaces of #beacbe

RGB 190172190
HSL0.830.120.71
HSV300°75°
CMYK 0.000.090.00   0.25
XYZ45.282044.169954.8542
Yxy44.16990.31380.3061
Hunter Lab66.46045.3130-2.4137
CIE-Lab72.34199.7261-6.8266

#beacbe color RGB value is (190,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 10111110
Octal 276 254 276
Decimal 190 172 190
Hex BE AC BE

RGB Percentages of Color #beacbe

%34.42
%31.16
%34.42

CMYK Percentages of Color #beacbe

%0
%9
%0
%25

Triadic Colors of #beacbe

#beacbe #bebeac #acbebe

Analogous Colors of #beacbe

#beacbe #beacb5 #b5acbe

Monochromatic Colors of #beacbe

#beacbe

Complementary Color

#beacbe #acbeac

#beacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacbe Color CSS Codes

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

#beacbe Text Font Color

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

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


#beacbe Background Color

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

This div background color is #beacbe


#beacbe Border Color

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

This div border color is #beacbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,172,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 #beacbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacbe


Comments

No comments written yet.

Please login to write comment.