Color Hex Logo

#beacdc Color Hex

#BEACDC
(190,172,220)
0 Favorites   0 Comments

Color spaces of #beacdc

RGB 190172220
HSL0.730.410.77
HSV263°22°86°
CMYK 0.140.220.00   0.14
XYZ48.906045.619573.9380
Yxy45.61950.29030.2708
Hunter Lab67.542211.0495-17.6248
CIE-Lab73.298015.7568-21.8301

#beacdc color RGB value is (190,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101100 11011100
Octal 276 254 334
Decimal 190 172 220
Hex BE AC DC

RGB Percentages of Color #beacdc

%32.65
%29.55
%37.80

CMYK Percentages of Color #beacdc

%14
%22
%0
%14

Triadic Colors of #beacdc

#beacdc #dcbeac #acdcbe

Analogous Colors of #beacdc

#beacdc #d6acdc #acb2dc

Monochromatic Colors of #beacdc

#beacdc

Complementary Color

#beacdc #cadcac

#beacdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beacdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beacdc Color CSS Codes

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

#beacdc Text Font Color

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

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


#beacdc Background Color

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

This div background color is #beacdc


#beacdc Border Color

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

This div border color is #beacdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beacdc


Comments

No comments written yet.

Please login to write comment.