Color Hex Logo

#beacbd Color Hex

#BEACBD
(190,172,189)
0 Favorites   0 Comments

Color spaces of #beacbd

RGB 190172189
HSL0.840.120.71
HSV303°75°
CMYK 0.000.090.01   0.25
XYZ45.173044.126354.2805
Yxy44.12630.31460.3073
Hunter Lab66.42765.1376-1.9487
CIE-Lab72.31289.5379-6.3200

#beacbd color RGB value is (190,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 10111101
Octal 276 254 275
Decimal 190 172 189
Hex BE AC BD

RGB Percentages of Color #beacbd

%34.48
%31.22
%34.30

CMYK Percentages of Color #beacbd

%0
%9
%1
%25

Triadic Colors of #beacbd

#beacbd #bdbeac #acbdbe

Analogous Colors of #beacbd

#beacbd #beacb4 #b6acbe

Monochromatic Colors of #beacbd

#beacbd

Complementary Color

#beacbd #acbead

#beacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacbd Color CSS Codes

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

#beacbd Text Font Color

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

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


#beacbd Background Color

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

This div background color is #beacbd


#beacbd Border Color

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

This div border color is #beacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacbd


Comments

No comments written yet.

Please login to write comment.