Color Hex Logo

#beacb1 Color Hex

#BEACB1
(190,172,177)
0 Favorites   0 Comments

Color spaces of #beacb1

RGB 190172177
HSL0.950.120.71
HSV343°75°
CMYK 0.000.090.07   0.25
XYZ43.923543.626547.7007
Yxy43.62650.32480.3226
Hunter Lab66.05043.11443.4168
CIE-Lab71.97817.3492-0.2114

#beacb1 color RGB value is (190,172,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 10110001
Octal 276 254 261
Decimal 190 172 177
Hex BE AC B1

RGB Percentages of Color #beacb1

%35.25
%31.91
%32.84

CMYK Percentages of Color #beacb1

%0
%9
%7
%25

Triadic Colors of #beacb1

#beacb1 #b1beac #acb1be

Analogous Colors of #beacb1

#beacb1 #beb0ac #beacba

Monochromatic Colors of #beacb1

#beacb1

Complementary Color

#beacb1 #acbeb9

#beacb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacb1 Color CSS Codes

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

#beacb1 Text Font Color

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

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


#beacb1 Background Color

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

This div background color is #beacb1


#beacb1 Border Color

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

This div border color is #beacb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacb1


Comments

No comments written yet.

Please login to write comment.