Color Hex Logo

#beacbb Color Hex

#BEACBB
(190,172,187)
0 Favorites   0 Comments

Color spaces of #beacbb

RGB 190172187
HSL0.860.120.71
HSV310°75°
CMYK 0.000.090.02   0.25
XYZ44.957444.040153.1448
Yxy44.04010.31630.3098
Hunter Lab66.36274.7900-1.0269
CIE-Lab72.25539.1641-5.3054

#beacbb color RGB value is (190,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 10111011
Octal 276 254 273
Decimal 190 172 187
Hex BE AC BB

RGB Percentages of Color #beacbb

%34.61
%31.33
%34.06

CMYK Percentages of Color #beacbb

%0
%9
%2
%25

Triadic Colors of #beacbb

#beacbb #bbbeac #acbbbe

Analogous Colors of #beacbb

#beacbb #beacb2 #b8acbe

Monochromatic Colors of #beacbb

#beacbb

Complementary Color

#beacbb #acbeaf

#beacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacbb Color CSS Codes

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

#beacbb Text Font Color

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

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


#beacbb Background Color

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

This div background color is #beacbb


#beacbb Border Color

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

This div border color is #beacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacbb


Comments

No comments written yet.

Please login to write comment.