Color Hex Logo

#edddf2 Color Hex

#EDDDF2
(237,221,242)
0 Favorites   0 Comments

Color spaces of #edddf2

RGB 237221242
HSL0.790.450.91
HSV286°95°
CMYK 0.020.090.00   0.05
XYZ76.808576.128294.6504
Yxy76.12820.31020.3075
Hunter Lab87.25154.4456-3.2418
CIE-Lab89.91889.1755-8.2571

#edddf2 color RGB value is (237,221,242).

#edddf2 hex color red value is 237, green value is 221 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #edddf2 hue: 0.79 , saturation: 0.45 and the lightness value of edddf2 is 0.91.

The process color (four color CMYK) of #edddf2 color hex is 0.02, 0.09, 0.00, 0.05. Web safe color of #edddf2 is #ffccff. Color #edddf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11110010
Octal 355 335 362
Decimal 237 221 242
Hex ED DD F2

RGB Percentages of Color #edddf2

%33.86
%31.57
%34.57

CMYK Percentages of Color #edddf2

%2
%9
%0
%5

Triadic Colors of #edddf2

#edddf2 #f2eddd #ddf2ed

Analogous Colors of #edddf2

#edddf2 #f2dded #e3ddf2

Monochromatic Colors of #edddf2

#edddf2

Complementary Color

#edddf2 #e2f2dd

#edddf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddf2 Color CSS Codes

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

#edddf2 Text Font Color

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

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


#edddf2 Background Color

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

This div background color is #edddf2


#edddf2 Border Color

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

This div border color is #edddf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddf2

#edddf2 Color Palettes


Comments

No comments written yet.

Please login to write comment.