Color Hex Logo

#bea4cc Color Hex

#BEA4CC
(190,164,204)
0 Favorites   0 Comments

Color spaces of #bea4cc

RGB 190164204
HSL0.780.280.72
HSV279°20°80°
CMYK 0.070.200.00   0.20
XYZ45.409741.857762.8127
Yxy41.85770.30260.2789
Hunter Lab64.697512.0644-12.2744
CIE-Lab70.772716.8567-16.8835

#bea4cc color RGB value is (190,164,204).

#bea4cc hex color red value is 190, green value is 164 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bea4cc hue: 0.78 , saturation: 0.28 and the lightness value of bea4cc is 0.72.

The process color (four color CMYK) of #bea4cc color hex is 0.07, 0.20, 0.00, 0.20. Web safe color of #bea4cc is #cc99cc. Color #bea4cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100100 11001100
Octal 276 244 314
Decimal 190 164 204
Hex BE A4 CC

RGB Percentages of Color #bea4cc

%34.05
%29.39
%36.56

CMYK Percentages of Color #bea4cc

%7
%20
%0
%20

Triadic Colors of #bea4cc

#bea4cc #ccbea4 #a4ccbe

Analogous Colors of #bea4cc

#bea4cc #cca4c6 #aaa4cc

Monochromatic Colors of #bea4cc

#bea4cc

Complementary Color

#bea4cc #b2cca4

#bea4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea4cc Color CSS Codes

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

#bea4cc Text Font Color

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

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


#bea4cc Background Color

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

This div background color is #bea4cc


#bea4cc Border Color

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

This div border color is #bea4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea4cc


Comments

No comments written yet.

Please login to write comment.