Color Hex Logo

#beaec7 Color Hex

#BEAEC7
(190,174,199)
0 Favorites   0 Comments

Color spaces of #beaec7

RGB 190174199
HSL0.770.180.73
HSV278°13°78°
CMYK 0.050.130.00   0.22
XYZ46.680145.342860.3246
Yxy45.34280.30640.2976
Hunter Lab67.33715.9018-5.9796
CIE-Lab73.117010.3634-10.6136

#beaec7 color RGB value is (190,174,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11000111
Octal 276 256 307
Decimal 190 174 199
Hex BE AE C7

RGB Percentages of Color #beaec7

%33.75
%30.91
%35.35

CMYK Percentages of Color #beaec7

%5
%13
%0
%22

Triadic Colors of #beaec7

#beaec7 #c7beae #aec7be

Analogous Colors of #beaec7

#beaec7 #c7aec4 #b2aec7

Monochromatic Colors of #beaec7

#beaec7

Complementary Color

#beaec7 #b7c7ae

#beaec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaec7 Color CSS Codes

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

#beaec7 Text Font Color

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

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


#beaec7 Background Color

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

This div background color is #beaec7


#beaec7 Border Color

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

This div border color is #beaec7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,174,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 #beaec7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaec7


Comments

No comments written yet.

Please login to write comment.