Color Hex Logo

#beafc9 Color Hex

#BEAFC9
(190,175,201)
0 Favorites   0 Comments

Color spaces of #beafc9

RGB 190175201
HSL0.760.190.74
HSV275°13°79°
CMYK 0.050.130.00   0.21
XYZ47.107845.824161.6204
Yxy45.82410.30480.2965
Hunter Lab67.69355.7542-6.5854
CIE-Lab73.431310.2102-11.2397

#beafc9 color RGB value is (190,175,201).

#beafc9 hex color red value is 190, green value is 175 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #beafc9 hue: 0.76 , saturation: 0.19 and the lightness value of beafc9 is 0.74.

The process color (four color CMYK) of #beafc9 color hex is 0.05, 0.13, 0.00, 0.21. Web safe color of #beafc9 is #cc99cc. Color #beafc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11001001
Octal 276 257 311
Decimal 190 175 201
Hex BE AF C9

RGB Percentages of Color #beafc9

%33.57
%30.92
%35.51

CMYK Percentages of Color #beafc9

%5
%13
%0
%21

Triadic Colors of #beafc9

#beafc9 #c9beaf #afc9be

Analogous Colors of #beafc9

#beafc9 #c9afc7 #b1afc9

Monochromatic Colors of #beafc9

#beafc9

Complementary Color

#beafc9 #bac9af

#beafc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafc9 Color CSS Codes

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

#beafc9 Text Font Color

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

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


#beafc9 Background Color

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

This div background color is #beafc9


#beafc9 Border Color

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

This div border color is #beafc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafc9


Comments

No comments written yet.

Please login to write comment.