Color Hex Logo

#beacd0 Color Hex

#BEACD0
(190,172,208)
0 Favorites   0 Comments

Color spaces of #beacd0

RGB 190172208
HSL0.750.280.75
HSV270°17°82°
CMYK 0.090.170.00   0.18
XYZ47.372945.006365.8648
Yxy45.00630.29940.2844
Hunter Lab67.08678.6449-11.2494
CIE-Lab72.896013.2580-15.8767

#beacd0 color RGB value is (190,172,208).

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

The process color (four color CMYK) of #beacd0 color hex is 0.09, 0.17, 0.00, 0.18. Web safe color of #beacd0 is #cc99cc. Color #beacd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11010000
Octal 276 254 320
Decimal 190 172 208
Hex BE AC D0

RGB Percentages of Color #beacd0

%33.33
%30.18
%36.49

CMYK Percentages of Color #beacd0

%9
%17
%0
%18

Triadic Colors of #beacd0

#beacd0 #d0beac #acd0be

Analogous Colors of #beacd0

#beacd0 #d0acd0 #acacd0

Monochromatic Colors of #beacd0

#beacd0

Complementary Color

#beacd0 #bed0ac

#beacd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacd0 Color CSS Codes

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

#beacd0 Text Font Color

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

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


#beacd0 Background Color

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

This div background color is #beacd0


#beacd0 Border Color

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

This div border color is #beacd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacd0


Comments

No comments written yet.

Please login to write comment.