Color Hex Logo

#beaec2 Color Hex

#BEAEC2
(190,174,194)
0 Favorites   0 Comments

Color spaces of #beaec2

RGB 190174194
HSL0.800.140.72
HSV288°10°76°
CMYK 0.020.100.00   0.24
XYZ46.108945.114357.3167
Yxy45.11430.31040.3037
Hunter Lab67.16724.9940-3.5777
CIE-Lab72.96719.3941-8.0953

#beaec2 color RGB value is (190,174,194).

#beaec2 hex color red value is 190, green value is 174 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #beaec2 hue: 0.80 , saturation: 0.14 and the lightness value of beaec2 is 0.72.

The process color (four color CMYK) of #beaec2 color hex is 0.02, 0.10, 0.00, 0.24. Web safe color of #beaec2 is #cc99cc. Color #beaec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11000010
Octal 276 256 302
Decimal 190 174 194
Hex BE AE C2

RGB Percentages of Color #beaec2

%34.05
%31.18
%34.77

CMYK Percentages of Color #beaec2

%2
%10
%0
%24

Triadic Colors of #beaec2

#beaec2 #c2beae #aec2be

Analogous Colors of #beaec2

#beaec2 #c2aebc #b4aec2

Monochromatic Colors of #beaec2

#beaec2

Complementary Color

#beaec2 #b2c2ae

#beaec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaec2 Color CSS Codes

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

#beaec2 Text Font Color

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

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


#beaec2 Background Color

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

This div background color is #beaec2


#beaec2 Border Color

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

This div border color is #beaec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaec2


Comments

No comments written yet.

Please login to write comment.