Color Hex Logo

#eeeedb Color Hex

#EEEEDB
(238,238,219)
1 Favorites   0 Comments

Color spaces of #eeeedb

RGB 238238219
HSL0.170.360.90
HSV60°93°
CMYK 0.000.000.08   0.07
XYZ78.620684.440779.1728
Yxy84.44070.32460.3486
Hunter Lab91.8916-8.089413.2405
CIE-Lab93.6416-3.23679.1907

#eeeedb color RGB value is (238,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 11011011
Octal 356 356 333
Decimal 238 238 219
Hex EE EE DB

RGB Percentages of Color #eeeedb

%34.24
%34.24
%31.51

CMYK Percentages of Color #eeeedb

%0
%0
%8
%7

Triadic Colors of #eeeedb

#eeeedb #dbeeee #eedbee

Analogous Colors of #eeeedb

#eeeedb #e5eedb #eee5db

Monochromatic Colors of #eeeedb

#eeeedb

Complementary Color

#eeeedb #dbdbee

#eeeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeedb Color CSS Codes

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

#eeeedb Text Font Color

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

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


#eeeedb Background Color

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

This div background color is #eeeedb


#eeeedb Border Color

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

This div border color is #eeeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeedb

#eeeedb Color Palettes


Comments

No comments written yet.

Please login to write comment.