Color Hex Logo

#eeeadb Color Hex

#EEEADB
(238,234,219)
0 Favorites   0 Comments

Color spaces of #eeeadb

RGB 238234219
HSL0.130.360.90
HSV47°93°
CMYK 0.000.020.08   0.07
XYZ77.468982.137378.7889
Yxy82.13730.32500.3445
Hunter Lab90.6296-6.022611.8970
CIE-Lab92.6354-1.20307.7471

#eeeadb color RGB value is (238,234,219).

#eeeadb hex color red value is 238, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eeeadb hue: 0.13 , saturation: 0.36 and the lightness value of eeeadb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 11011011
Octal 356 352 333
Decimal 238 234 219
Hex EE EA DB

RGB Percentages of Color #eeeadb

%34.44
%33.86
%31.69

CMYK Percentages of Color #eeeadb

%0
%2
%8
%7

Triadic Colors of #eeeadb

#eeeadb #dbeeea #eadbee

Analogous Colors of #eeeadb

#eeeadb #e9eedb #eee1db

Monochromatic Colors of #eeeadb

#eeeadb

Complementary Color

#eeeadb #dbdfee

#eeeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeadb Color CSS Codes

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

#eeeadb Text Font Color

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

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


#eeeadb Background Color

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

This div background color is #eeeadb


#eeeadb Border Color

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

This div border color is #eeeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeadb


Comments

No comments written yet.

Please login to write comment.