Color Hex Logo

#beadde Color Hex

#BEADDE
(190,173,222)
0 Favorites   0 Comments

Color spaces of #beadde

RGB 190173222
HSL0.720.430.77
HSV261°22°87°
CMYK 0.140.220.00   0.13
XYZ49.363646.108275.4053
Yxy46.10820.28890.2698
Hunter Lab67.903010.9342-18.3086
CIE-Lab73.615715.6330-22.4375

#beadde color RGB value is (190,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11011110
Octal 276 255 336
Decimal 190 173 222
Hex BE AD DE

RGB Percentages of Color #beadde

%32.48
%29.57
%37.95

CMYK Percentages of Color #beadde

%14
%22
%0
%13

Triadic Colors of #beadde

#beadde #debead #addebe

Analogous Colors of #beadde

#beadde #d7adde #adb5de

Monochromatic Colors of #beadde

#beadde

Complementary Color

#beadde #cddead

#beadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadde Color CSS Codes

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

#beadde Text Font Color

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

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


#beadde Background Color

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

This div background color is #beadde


#beadde Border Color

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

This div border color is #beadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadde


Comments

No comments written yet.

Please login to write comment.