Color Hex Logo

#e6aded Color Hex

#E6ADED
(230,173,237)
0 Favorites   0 Comments

Color spaces of #e6aded

RGB 230173237
HSL0.820.640.80
HSV293°27°93°
CMYK 0.030.270.00   0.07
XYZ62.862852.824687.0037
Yxy52.82460.31010.2606
Hunter Lab72.680527.1972-20.0979
CIE-Lab77.771331.4473-23.9159

#e6aded color RGB value is (230,173,237).

#e6aded hex color red value is 230, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e6aded hue: 0.82 , saturation: 0.64 and the lightness value of e6aded is 0.80.

The process color (four color CMYK) of #e6aded color hex is 0.03, 0.27, 0.00, 0.07. Web safe color of #e6aded is #ff99ff. Color #e6aded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101101 11101101
Octal 346 255 355
Decimal 230 173 237
Hex E6 AD ED

RGB Percentages of Color #e6aded

%35.94
%27.03
%37.03

CMYK Percentages of Color #e6aded

%3
%27
%0
%7

Triadic Colors of #e6aded

#e6aded #ede6ad #adede6

Analogous Colors of #e6aded

#e6aded #edadd4 #c6aded

Monochromatic Colors of #e6aded

#e6aded

Complementary Color

#e6aded #b4edad

#e6aded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aded Color CSS Codes

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

#e6aded Text Font Color

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

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


#e6aded Background Color

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

This div background color is #e6aded


#e6aded Border Color

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

This div border color is #e6aded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aded


Comments

No comments written yet.

Please login to write comment.