Color Hex Logo

#beacce Color Hex

#BEACCE
(190,172,206)
1 Favorites   0 Comments

Color spaces of #beacce

RGB 190172206
HSL0.750.260.74
HSV272°17°81°
CMYK 0.080.170.00   0.19
XYZ47.128344.908464.5768
Yxy44.90840.30090.2867
Hunter Lab67.01378.2585-10.2243
CIE-Lab72.831512.8526-14.8781

#beacce color RGB value is (190,172,206).

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

The process color (four color CMYK) of #beacce color hex is 0.08, 0.17, 0.00, 0.19. Web safe color of #beacce is #cc99cc. Color #beacce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11001110
Octal 276 254 316
Decimal 190 172 206
Hex BE AC CE

RGB Percentages of Color #beacce

%33.45
%30.28
%36.27

CMYK Percentages of Color #beacce

%8
%17
%0
%19

Triadic Colors of #beacce

#beacce #cebeac #accebe

Analogous Colors of #beacce

#beacce #ceaccd #adacce

Monochromatic Colors of #beacce

#beacce

Complementary Color

#beacce #bcceac

#beacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacce Color CSS Codes

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

#beacce Text Font Color

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

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


#beacce Background Color

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

This div background color is #beacce


#beacce Border Color

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

This div border color is #beacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacce


Comments

No comments written yet.

Please login to write comment.