Color Hex Logo

#eedfac Color Hex

#EEDFAC
(238,223,172)
0 Favorites   0 Comments

Color spaces of #eedfac

RGB 238223172
HSL0.130.660.80
HSV46°28°93°
CMYK 0.000.060.28   0.07
XYZ69.094073.931149.6582
Yxy73.93110.35860.3837
Hunter Lab85.9832-7.032325.9463
CIE-Lab88.8899-2.534826.8968

#eedfac color RGB value is (238,223,172).

#eedfac hex color red value is 238, green value is 223 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eedfac hue: 0.13 , saturation: 0.66 and the lightness value of eedfac is 0.80.

The process color (four color CMYK) of #eedfac color hex is 0.00, 0.06, 0.28, 0.07. Web safe color of #eedfac is #ffcc99. Color #eedfac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10101100
Octal 356 337 254
Decimal 238 223 172
Hex EE DF AC

RGB Percentages of Color #eedfac

%37.60
%35.23
%27.17

CMYK Percentages of Color #eedfac

%0
%6
%28
%7

Triadic Colors of #eedfac

#eedfac #aceedf #dfacee

Analogous Colors of #eedfac

#eedfac #dceeac #eebeac

Monochromatic Colors of #eedfac

#eedfac

Complementary Color

#eedfac #acbbee

#eedfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfac Color CSS Codes

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

#eedfac Text Font Color

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

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


#eedfac Background Color

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

This div background color is #eedfac


#eedfac Border Color

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

This div border color is #eedfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfac


Comments

No comments written yet.

Please login to write comment.