Color Hex Logo

#beade8 Color Hex

#BEADE8
(190,173,232)
0 Favorites   0 Comments

Color spaces of #beade8

RGB 190173232
HSL0.710.560.79
HSV257°25°91°
CMYK 0.180.250.00   0.09
XYZ50.744346.660582.6758
Yxy46.66050.28180.2591
Hunter Lab68.308513.0624-23.9445
CIE-Lab73.972117.8095-27.3365

#beade8 color RGB value is (190,173,232).

#beade8 hex color red value is 190, green value is 173 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #beade8 hue: 0.71 , saturation: 0.56 and the lightness value of beade8 is 0.79.

The process color (four color CMYK) of #beade8 color hex is 0.18, 0.25, 0.00, 0.09. Web safe color of #beade8 is #cc99ff. Color #beade8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11101000
Octal 276 255 350
Decimal 190 173 232
Hex BE AD E8

RGB Percentages of Color #beade8

%31.93
%29.08
%38.99

CMYK Percentages of Color #beade8

%18
%25
%0
%9

Triadic Colors of #beade8

#beade8 #e8bead #ade8be

Analogous Colors of #beade8

#beade8 #dcade8 #adbae8

Monochromatic Colors of #beade8

#beade8

Complementary Color

#beade8 #d7e8ad

#beade8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beade8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beade8 Color CSS Codes

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

#beade8 Text Font Color

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

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


#beade8 Background Color

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

This div background color is #beade8


#beade8 Border Color

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

This div border color is #beade8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beade8


Comments

No comments written yet.

Please login to write comment.