Color Hex Logo

#eedfea Color Hex

#EEDFEA
(238,223,234)
0 Favorites   0 Comments

Color spaces of #eedfea

RGB 238223234
HSL0.880.310.90
HSV316°93°
CMYK 0.000.060.02   0.07
XYZ76.498976.893088.6518
Yxy76.89300.31610.3177
Hunter Lab87.68872.26691.4408
CIE-Lab90.27237.0252-3.5269

#eedfea color RGB value is (238,223,234).

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

The process color (four color CMYK) of #eedfea color hex is 0.00, 0.06, 0.02, 0.07. Web safe color of #eedfea is #ffccff. Color #eedfea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 11101010
Octal 356 337 352
Decimal 238 223 234
Hex EE DF EA

RGB Percentages of Color #eedfea

%34.24
%32.09
%33.67

CMYK Percentages of Color #eedfea

%0
%6
%2
%7

Triadic Colors of #eedfea

#eedfea #eaeedf #dfeaee

Analogous Colors of #eedfea

#eedfea #eedfe3 #ebdfee

Monochromatic Colors of #eedfea

#eedfea

Complementary Color

#eedfea #dfeee3

#eedfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfea Color CSS Codes

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

#eedfea Text Font Color

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

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


#eedfea Background Color

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

This div background color is #eedfea


#eedfea Border Color

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

This div border color is #eedfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfea


Comments

No comments written yet.

Please login to write comment.