Color Hex Logo

#beacde Color Hex

#BEACDE
(190,172,222)
0 Favorites   0 Comments

Color spaces of #beacde

RGB 190172222
HSL0.730.430.77
HSV262°23°87°
CMYK 0.140.230.00   0.13
XYZ49.172545.726175.3416
Yxy45.72610.28880.2686
Hunter Lab67.621111.4642-18.7246
CIE-Lab73.367516.1837-22.8156

#beacde color RGB value is (190,172,222).

#beacde hex color red value is 190, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #beacde hue: 0.73 , saturation: 0.43 and the lightness value of beacde is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11011110
Octal 276 254 336
Decimal 190 172 222
Hex BE AC DE

RGB Percentages of Color #beacde

%32.53
%29.45
%38.01

CMYK Percentages of Color #beacde

%14
%23
%0
%13

Triadic Colors of #beacde

#beacde #debeac #acdebe

Analogous Colors of #beacde

#beacde #d7acde #acb3de

Monochromatic Colors of #beacde

#beacde

Complementary Color

#beacde #ccdeac

#beacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacde Color CSS Codes

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

#beacde Text Font Color

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

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


#beacde Background Color

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

This div background color is #beacde


#beacde Border Color

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

This div border color is #beacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacde

#beacde Color Palettes


Comments

No comments written yet.

Please login to write comment.