Color Hex Logo

#eed6f8 Color Hex

#EED6F8
(238,214,248)
0 Favorites   0 Comments

Color spaces of #eed6f8

RGB 238214248
HSL0.780.710.91
HSV282°14°97°
CMYK 0.040.140.00   0.03
XYZ76.249773.047698.8877
Yxy73.04760.30720.2943
Hunter Lab85.46799.6790-8.7719
CIE-Lab88.470414.2866-13.5613

#eed6f8 color RGB value is (238,214,248).

#eed6f8 hex color red value is 238, green value is 214 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #eed6f8 hue: 0.78 , saturation: 0.71 and the lightness value of eed6f8 is 0.91.

The process color (four color CMYK) of #eed6f8 color hex is 0.04, 0.14, 0.00, 0.03. Web safe color of #eed6f8 is #ffccff. Color #eed6f8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 11111000
Octal 356 326 370
Decimal 238 214 248
Hex EE D6 F8

RGB Percentages of Color #eed6f8

%34.00
%30.57
%35.43

CMYK Percentages of Color #eed6f8

%4
%14
%0
%3

Triadic Colors of #eed6f8

#eed6f8 #f8eed6 #d6f8ee

Analogous Colors of #eed6f8

#eed6f8 #f8d6f1 #ddd6f8

Monochromatic Colors of #eed6f8

#eed6f8

Complementary Color

#eed6f8 #e0f8d6

#eed6f8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed6f8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed6f8 Color CSS Codes

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

#eed6f8 Text Font Color

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

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


#eed6f8 Background Color

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

This div background color is #eed6f8


#eed6f8 Border Color

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

This div border color is #eed6f8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed6f8

#eed6f8 Color Palettes


Comments

No comments written yet.

Please login to write comment.