Color Hex Logo

#edddef Color Hex

#EDDDEF
(237,221,239)
0 Favorites   0 Comments

Color spaces of #edddef

RGB 237221239
HSL0.810.360.90
HSV293°94°
CMYK 0.010.080.00   0.06
XYZ76.361575.949492.2964
Yxy75.94940.31220.3105
Hunter Lab87.14903.8943-1.7877
CIE-Lab89.83588.6280-6.8045

#edddef color RGB value is (237,221,239).

#edddef hex color red value is 237, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #edddef hue: 0.81 , saturation: 0.36 and the lightness value of edddef is 0.90.

The process color (four color CMYK) of #edddef color hex is 0.01, 0.08, 0.00, 0.06. Web safe color of #edddef is #ffccff. Color #edddef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11101111
Octal 355 335 357
Decimal 237 221 239
Hex ED DD EF

RGB Percentages of Color #edddef

%34.00
%31.71
%34.29

CMYK Percentages of Color #edddef

%1
%8
%0
%6

Triadic Colors of #edddef

#edddef #efeddd #ddefed

Analogous Colors of #edddef

#edddef #efdde8 #e4ddef

Monochromatic Colors of #edddef

#edddef

Complementary Color

#edddef #dfefdd

#edddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddef Color CSS Codes

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

#edddef Text Font Color

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

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


#edddef Background Color

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

This div background color is #edddef


#edddef Border Color

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

This div border color is #edddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddef


Comments

No comments written yet.

Please login to write comment.