Color Hex Logo

#eedadb Color Hex

#EEDADB
(238,218,219)
0 Favorites   0 Comments

Color spaces of #eedadb

RGB 238218219
HSL0.990.370.89
HSV357°93°
CMYK 0.000.080.08   0.07
XYZ73.117573.434477.3384
Yxy73.43440.32660.3280
Hunter Lab85.69392.33926.4767
CIE-Lab88.65457.04251.9921

#eedadb color RGB value is (238,218,219).

#eedadb hex color red value is 238, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eedadb hue: 0.99 , saturation: 0.37 and the lightness value of eedadb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 11011011
Octal 356 332 333
Decimal 238 218 219
Hex EE DA DB

RGB Percentages of Color #eedadb

%35.26
%32.30
%32.44

CMYK Percentages of Color #eedadb

%0
%8
%8
%7

Triadic Colors of #eedadb

#eedadb #dbeeda #dadbee

Analogous Colors of #eedadb

#eedadb #eee3da #eedae5

Monochromatic Colors of #eedadb

#eedadb

Complementary Color

#eedadb #daeeed

#eedadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedadb Color CSS Codes

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

#eedadb Text Font Color

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

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


#eedadb Background Color

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

This div background color is #eedadb


#eedadb Border Color

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

This div border color is #eedadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,218,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 #eedadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedadb

#eedadb Color Palettes


Comments

No comments written yet.

Please login to write comment.