Color Hex Logo

#eeedcf Color Hex

#EEEDCF
(238,237,207)
0 Favorites   0 Comments

Color spaces of #eeedcf

RGB 238237207
HSL0.160.480.87
HSV58°13°93°
CMYK 0.000.000.13   0.07
XYZ76.806683.250571.0523
Yxy83.25050.33230.3602
Hunter Lab91.2417-9.413017.6985
CIE-Lab93.1240-4.643714.6702

#eeedcf color RGB value is (238,237,207).

#eeedcf hex color red value is 238, green value is 237 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #eeedcf hue: 0.16 , saturation: 0.48 and the lightness value of eeedcf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 11001111
Octal 356 355 317
Decimal 238 237 207
Hex EE ED CF

RGB Percentages of Color #eeedcf

%34.90
%34.75
%30.35

CMYK Percentages of Color #eeedcf

%0
%0
%13
%7

Triadic Colors of #eeedcf

#eeedcf #cfeeed #edcfee

Analogous Colors of #eeedcf

#eeedcf #e0eecf #eedecf

Monochromatic Colors of #eeedcf

#eeedcf

Complementary Color

#eeedcf #cfd0ee

#eeedcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeedcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeedcf Color CSS Codes

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

#eeedcf Text Font Color

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

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


#eeedcf Background Color

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

This div background color is #eeedcf


#eeedcf Border Color

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

This div border color is #eeedcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeedcf


Comments

No comments written yet.

Please login to write comment.