Color Hex Logo

#beaddc Color Hex

#BEADDC
(190,173,220)
0 Favorites   0 Comments

Color spaces of #beaddc

RGB 190173220
HSL0.730.400.77
HSV262°21°86°
CMYK 0.140.210.00   0.14
XYZ49.097046.001674.0016
Yxy46.00160.29030.2720
Hunter Lab67.824510.5203-17.2127
CIE-Lab73.546615.2061-21.4518

#beaddc color RGB value is (190,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11011100
Octal 276 255 334
Decimal 190 173 220
Hex BE AD DC

RGB Percentages of Color #beaddc

%32.59
%29.67
%37.74

CMYK Percentages of Color #beaddc

%14
%21
%0
%14

Triadic Colors of #beaddc

#beaddc #dcbead #addcbe

Analogous Colors of #beaddc

#beaddc #d6addc #adb4dc

Monochromatic Colors of #beaddc

#beaddc

Complementary Color

#beaddc #cbdcad

#beaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaddc Color CSS Codes

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

#beaddc Text Font Color

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

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


#beaddc Background Color

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

This div background color is #beaddc


#beaddc Border Color

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

This div border color is #beaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaddc


Comments

No comments written yet.

Please login to write comment.