Color Hex Logo

#beaedf Color Hex

#BEAEDF
(190,174,223)
0 Favorites   0 Comments

Color spaces of #beaedf

RGB 190174223
HSL0.720.430.78
HSV260°22°87°
CMYK 0.150.220.00   0.13
XYZ49.690546.547076.1775
Yxy46.54700.28820.2700
Hunter Lab68.225410.6123-18.4429
CIE-Lab73.899115.2967-22.5509

#beaedf color RGB value is (190,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11011111
Octal 276 256 337
Decimal 190 174 223
Hex BE AE DF

RGB Percentages of Color #beaedf

%32.37
%29.64
%37.99

CMYK Percentages of Color #beaedf

%15
%22
%0
%13

Triadic Colors of #beaedf

#beaedf #dfbeae #aedfbe

Analogous Colors of #beaedf

#beaedf #d7aedf #aeb7df

Monochromatic Colors of #beaedf

#beaedf

Complementary Color

#beaedf #cfdfae

#beaedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaedf Color CSS Codes

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

#beaedf Text Font Color

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

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


#beaedf Background Color

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

This div background color is #beaedf


#beaedf Border Color

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

This div border color is #beaedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaedf


Comments

No comments written yet.

Please login to write comment.