Color Hex Logo

#e6adda Color Hex

#E6ADDA
(230,173,218)
0 Favorites   0 Comments

Color spaces of #e6adda

RGB 230173218
HSL0.870.530.79
HSV313°25°90°
CMYK 0.000.250.05   0.10
XYZ60.231651.772173.1481
Yxy51.77210.32530.2796
Hunter Lab71.952823.5046-9.9079
CIE-Lab77.144427.9848-14.5701

#e6adda color RGB value is (230,173,218).

#e6adda hex color red value is 230, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e6adda hue: 0.87 , saturation: 0.53 and the lightness value of e6adda is 0.79.

The process color (four color CMYK) of #e6adda color hex is 0.00, 0.25, 0.05, 0.10. Web safe color of #e6adda is #ff99cc. Color #e6adda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101101 11011010
Octal 346 255 332
Decimal 230 173 218
Hex E6 AD DA

RGB Percentages of Color #e6adda

%37.04
%27.86
%35.10

CMYK Percentages of Color #e6adda

%0
%25
%5
%10

Triadic Colors of #e6adda

#e6adda #dae6ad #addae6

Analogous Colors of #e6adda

#e6adda #e6adbe #d6ade6

Monochromatic Colors of #e6adda

#e6adda

Complementary Color

#e6adda #ade6b9

#e6adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6adda Color CSS Codes

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

#e6adda Text Font Color

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

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


#e6adda Background Color

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

This div background color is #e6adda


#e6adda Border Color

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

This div border color is #e6adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6adda


Comments

No comments written yet.

Please login to write comment.