Color Hex Logo

#beabcc Color Hex

#BEABCC
(190,171,204)
0 Favorites   0 Comments

Color spaces of #beabcc

RGB 190171204
HSL0.760.240.74
HSV275°16°80°
CMYK 0.070.160.00   0.20
XYZ46.697244.432663.2419
Yxy44.43260.30250.2878
Hunter Lab66.65788.3973-9.5912
CIE-Lab72.516712.9993-14.2550

#beabcc color RGB value is (190,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101011 11001100
Octal 276 253 314
Decimal 190 171 204
Hex BE AB CC

RGB Percentages of Color #beabcc

%33.63
%30.27
%36.11

CMYK Percentages of Color #beabcc

%7
%16
%0
%20

Triadic Colors of #beabcc

#beabcc #ccbeab #abccbe

Analogous Colors of #beabcc

#beabcc #ccabca #aeabcc

Monochromatic Colors of #beabcc

#beabcc

Complementary Color

#beabcc #b9ccab

#beabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beabcc Color CSS Codes

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

#beabcc Text Font Color

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

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


#beabcc Background Color

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

This div background color is #beabcc


#beabcc Border Color

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

This div border color is #beabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beabcc


Comments

No comments written yet.

Please login to write comment.