Color Hex Logo

#edddf8 Color Hex

#EDDDF8
(237,221,248)
0 Favorites   0 Comments

Color spaces of #edddf8

RGB 237221248
HSL0.770.660.92
HSV276°11°97°
CMYK 0.040.110.00   0.03
XYZ77.724876.494799.4754
Yxy76.49470.30640.3015
Hunter Lab87.46125.5717-6.2115
CIE-Lab90.088510.2887-11.1543

#edddf8 color RGB value is (237,221,248).

#edddf8 hex color red value is 237, green value is 221 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #edddf8 hue: 0.77 , saturation: 0.66 and the lightness value of edddf8 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11111000
Octal 355 335 370
Decimal 237 221 248
Hex ED DD F8

RGB Percentages of Color #edddf8

%33.57
%31.30
%35.13

CMYK Percentages of Color #edddf8

%4
%11
%0
%3

Triadic Colors of #edddf8

#edddf8 #f8eddd #ddf8ed

Analogous Colors of #edddf8

#edddf8 #f8ddf6 #e0ddf8

Monochromatic Colors of #edddf8

#edddf8

Complementary Color

#edddf8 #e8f8dd

#edddf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddf8 Color CSS Codes

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

#edddf8 Text Font Color

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

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


#edddf8 Background Color

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

This div background color is #edddf8


#edddf8 Border Color

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

This div border color is #edddf8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,221,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 #edddf8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddf8


Comments

No comments written yet.

Please login to write comment.