Color Hex Logo

#eeeed6 Color Hex

#EEEED6
(238,238,214)
0 Favorites   0 Comments

Color spaces of #eeeed6

RGB 238238214
HSL0.170.410.89
HSV60°10°93°
CMYK 0.000.000.10   0.07
XYZ77.972084.181375.7574
Yxy84.18130.32770.3538
Hunter Lab91.7504-8.868915.2701
CIE-Lab93.5292-4.046511.6211

#eeeed6 color RGB value is (238,238,214).

#eeeed6 hex color red value is 238, green value is 238 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #eeeed6 hue: 0.17 , saturation: 0.41 and the lightness value of eeeed6 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 11010110
Octal 356 356 326
Decimal 238 238 214
Hex EE EE D6

RGB Percentages of Color #eeeed6

%34.49
%34.49
%31.01

CMYK Percentages of Color #eeeed6

%0
%0
%10
%7

Triadic Colors of #eeeed6

#eeeed6 #d6eeee #eed6ee

Analogous Colors of #eeeed6

#eeeed6 #e2eed6 #eee2d6

Monochromatic Colors of #eeeed6

#eeeed6

Complementary Color

#eeeed6 #d6d6ee

#eeeed6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeed6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeed6 Color CSS Codes

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

#eeeed6 Text Font Color

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

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


#eeeed6 Background Color

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

This div background color is #eeeed6


#eeeed6 Border Color

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

This div border color is #eeeed6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeed6


Comments

No comments written yet.

Please login to write comment.