Color Hex Logo

#e6adcd Color Hex

#E6ADCD
(230,173,205)
0 Favorites   0 Comments

Color spaces of #e6adcd

RGB 230173205
HSL0.910.530.79
HSV326°25°90°
CMYK 0.000.250.11   0.10
XYZ58.596151.117964.5360
Yxy51.11790.33630.2934
Hunter Lab71.496821.1726-3.4699
CIE-Lab76.750425.7602-8.0861

#e6adcd color RGB value is (230,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101101 11001101
Octal 346 255 315
Decimal 230 173 205
Hex E6 AD CD

RGB Percentages of Color #e6adcd

%37.83
%28.45
%33.72

CMYK Percentages of Color #e6adcd

%0
%25
%11
%10

Triadic Colors of #e6adcd

#e6adcd #cde6ad #adcde6

Analogous Colors of #e6adcd

#e6adcd #e6adb1 #e3ade6

Monochromatic Colors of #e6adcd

#e6adcd

Complementary Color

#e6adcd #ade6c6

#e6adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6adcd Color CSS Codes

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

#e6adcd Text Font Color

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

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


#e6adcd Background Color

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

This div background color is #e6adcd


#e6adcd Border Color

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

This div border color is #e6adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6adcd

#e6adcd Color Palettes


Comments

No comments written yet.

Please login to write comment.