Color Hex Logo

#beacbf Color Hex

#BEACBF
(190,172,191)
0 Favorites   0 Comments

Color spaces of #beacbf

RGB 190172191
HSL0.820.130.71
HSV297°10°75°
CMYK 0.010.100.00   0.25
XYZ45.391744.213855.4319
Yxy44.21380.31300.3048
Hunter Lab66.49355.4893-2.8814
CIE-Lab72.37129.9151-7.3328

#beacbf color RGB value is (190,172,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 10111111
Octal 276 254 277
Decimal 190 172 191
Hex BE AC BF

RGB Percentages of Color #beacbf

%34.36
%31.10
%34.54

CMYK Percentages of Color #beacbf

%1
%10
%0
%25

Triadic Colors of #beacbf

#beacbf #bfbeac #acbfbe

Analogous Colors of #beacbf

#beacbf #bfacb7 #b5acbf

Monochromatic Colors of #beacbf

#beacbf

Complementary Color

#beacbf #adbfac

#beacbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacbf Color CSS Codes

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

#beacbf Text Font Color

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

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


#beacbf Background Color

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

This div background color is #beacbf


#beacbf Border Color

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

This div border color is #beacbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacbf


Comments

No comments written yet.

Please login to write comment.