Color Hex Logo

#beafc7 Color Hex

#BEAFC7
(190,175,199)
0 Favorites   0 Comments

Color spaces of #beafc7

RGB 190175199
HSL0.770.180.73
HSV278°12°78°
CMYK 0.050.120.00   0.22
XYZ46.874045.730660.3892
Yxy45.73060.30640.2989
Hunter Lab67.62445.3849-5.6094
CIE-Lab73.37049.8169-10.2354

#beafc7 color RGB value is (190,175,199).

#beafc7 hex color red value is 190, green value is 175 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #beafc7 hue: 0.77 , saturation: 0.18 and the lightness value of beafc7 is 0.73.

The process color (four color CMYK) of #beafc7 color hex is 0.05, 0.12, 0.00, 0.22. Web safe color of #beafc7 is #cc99cc. Color #beafc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11000111
Octal 276 257 307
Decimal 190 175 199
Hex BE AF C7

RGB Percentages of Color #beafc7

%33.69
%31.03
%35.28

CMYK Percentages of Color #beafc7

%5
%12
%0
%22

Triadic Colors of #beafc7

#beafc7 #c7beaf #afc7be

Analogous Colors of #beafc7

#beafc7 #c7afc4 #b2afc7

Monochromatic Colors of #beafc7

#beafc7

Complementary Color

#beafc7 #b8c7af

#beafc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafc7 Color CSS Codes

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

#beafc7 Text Font Color

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

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


#beafc7 Background Color

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

This div background color is #beafc7


#beafc7 Border Color

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

This div border color is #beafc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafc7

#beafc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.