Color Hex Logo

#beadd6 Color Hex

#BEADD6
(190,173,214)
0 Favorites   0 Comments

Color spaces of #beadd6

RGB 190173214
HSL0.740.330.76
HSV265°19°84°
CMYK 0.110.190.00   0.16
XYZ48.316445.689369.8907
Yxy45.68930.29480.2788
Hunter Lab67.59399.3034-13.9890
CIE-Lab73.343513.9440-18.4836

#beadd6 color RGB value is (190,173,214).

#beadd6 hex color red value is 190, green value is 173 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #beadd6 hue: 0.74 , saturation: 0.33 and the lightness value of beadd6 is 0.76.

The process color (four color CMYK) of #beadd6 color hex is 0.11, 0.19, 0.00, 0.16. Web safe color of #beadd6 is #cc99cc. Color #beadd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11010110
Octal 276 255 326
Decimal 190 173 214
Hex BE AD D6

RGB Percentages of Color #beadd6

%32.93
%29.98
%37.09

CMYK Percentages of Color #beadd6

%11
%19
%0
%16

Triadic Colors of #beadd6

#beadd6 #d6bead #add6be

Analogous Colors of #beadd6

#beadd6 #d3add6 #adb1d6

Monochromatic Colors of #beadd6

#beadd6

Complementary Color

#beadd6 #c5d6ad

#beadd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadd6 Color CSS Codes

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

#beadd6 Text Font Color

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

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


#beadd6 Background Color

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

This div background color is #beadd6


#beadd6 Border Color

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

This div border color is #beadd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadd6


Comments

No comments written yet.

Please login to write comment.