Color Hex Logo

#beaccc Color Hex

#BEACCC
(190,172,204)
0 Favorites   0 Comments

Color spaces of #beaccc

RGB 190172204
HSL0.760.240.74
HSV274°16°80°
CMYK 0.070.160.00   0.20
XYZ46.886844.811863.3051
Yxy44.81180.30250.2891
Hunter Lab66.94167.8759-9.2100
CIE-Lab72.767812.4502-13.8776

#beaccc color RGB value is (190,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11001100
Octal 276 254 314
Decimal 190 172 204
Hex BE AC CC

RGB Percentages of Color #beaccc

%33.57
%30.39
%36.04

CMYK Percentages of Color #beaccc

%7
%16
%0
%20

Triadic Colors of #beaccc

#beaccc #ccbeac #acccbe

Analogous Colors of #beaccc

#beaccc #ccacca #aeaccc

Monochromatic Colors of #beaccc

#beaccc

Complementary Color

#beaccc #baccac

#beaccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaccc Color CSS Codes

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

#beaccc Text Font Color

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

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


#beaccc Background Color

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

This div background color is #beaccc


#beaccc Border Color

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

This div border color is #beaccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaccc


Comments

No comments written yet.

Please login to write comment.