Color Hex Logo

#eeaddb Color Hex

#EEADDB
(238,173,219)
0 Favorites   0 Comments

Color spaces of #eeaddb

RGB 238173219
HSL0.880.660.81
HSV318°27°93°
CMYK 0.000.270.08   0.07
XYZ62.989653.178873.9624
Yxy53.17880.33130.2797
Hunter Lab72.923826.5668-9.0878
CIE-Lab77.980430.8386-13.7761

#eeaddb color RGB value is (238,173,219).

#eeaddb hex color red value is 238, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eeaddb hue: 0.88 , saturation: 0.66 and the lightness value of eeaddb is 0.81.

The process color (four color CMYK) of #eeaddb color hex is 0.00, 0.27, 0.08, 0.07. Web safe color of #eeaddb is #ff99cc. Color #eeaddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 11011011
Octal 356 255 333
Decimal 238 173 219
Hex EE AD DB

RGB Percentages of Color #eeaddb

%37.78
%27.46
%34.76

CMYK Percentages of Color #eeaddb

%0
%27
%8
%7

Triadic Colors of #eeaddb

#eeaddb #dbeead #addbee

Analogous Colors of #eeaddb

#eeaddb #eeadbb #e1adee

Monochromatic Colors of #eeaddb

#eeaddb

Complementary Color

#eeaddb #adeec0

#eeaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaddb Color CSS Codes

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

#eeaddb Text Font Color

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

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


#eeaddb Background Color

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

This div background color is #eeaddb


#eeaddb Border Color

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

This div border color is #eeaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaddb

#eeaddb Color Palettes


Comments

No comments written yet.

Please login to write comment.