Color Hex Logo

#beaac4 Color Hex

#BEAAC4
(190,170,196)
0 Favorites   0 Comments

Color spaces of #beaac4

RGB 190170196
HSL0.790.180.72
HSV286°13°77°
CMYK 0.030.130.00   0.23
XYZ45.573743.682158.2540
Yxy43.68210.30900.2961
Hunter Lab66.09247.4220-5.9936
CIE-Lab72.015511.9698-10.6114

#beaac4 color RGB value is (190,170,196).

#beaac4 hex color red value is 190, green value is 170 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #beaac4 hue: 0.79 , saturation: 0.18 and the lightness value of beaac4 is 0.72.

The process color (four color CMYK) of #beaac4 color hex is 0.03, 0.13, 0.00, 0.23. Web safe color of #beaac4 is #cc99cc. Color #beaac4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101010 11000100
Octal 276 252 304
Decimal 190 170 196
Hex BE AA C4

RGB Percentages of Color #beaac4

%34.17
%30.58
%35.25

CMYK Percentages of Color #beaac4

%3
%13
%0
%23

Triadic Colors of #beaac4

#beaac4 #c4beaa #aac4be

Analogous Colors of #beaac4

#beaac4 #c4aabd #b1aac4

Monochromatic Colors of #beaac4

#beaac4

Complementary Color

#beaac4 #b0c4aa

#beaac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaac4 Color CSS Codes

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

#beaac4 Text Font Color

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

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


#beaac4 Background Color

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

This div background color is #beaac4


#beaac4 Border Color

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

This div border color is #beaac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaac4


Comments

No comments written yet.

Please login to write comment.