Color Hex Logo

#edddfd Color Hex

#EDDDFD
(237,221,253)
0 Favorites   0 Comments

Color spaces of #edddfd

RGB 237221253
HSL0.750.890.93
HSV270°13°99°
CMYK 0.060.130.00   0.01
XYZ78.511176.8093103.6162
Yxy76.80930.30320.2966
Hunter Lab87.64096.5335-8.7488
CIE-Lab90.233811.2341-13.5601

#edddfd color RGB value is (237,221,253).

#edddfd hex color red value is 237, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #edddfd hue: 0.75 , saturation: 0.89 and the lightness value of edddfd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11111101
Octal 355 335 375
Decimal 237 221 253
Hex ED DD FD

RGB Percentages of Color #edddfd

%33.33
%31.08
%35.58

CMYK Percentages of Color #edddfd

%6
%13
%0
%1

Triadic Colors of #edddfd

#edddfd #fdeddd #ddfded

Analogous Colors of #edddfd

#edddfd #fdddfd #ddddfd

Monochromatic Colors of #edddfd

#edddfd

Complementary Color

#edddfd #edfddd

#edddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddfd Color CSS Codes

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

#edddfd Text Font Color

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

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


#edddfd Background Color

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

This div background color is #edddfd


#edddfd Border Color

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

This div border color is #edddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddfd


Comments

No comments written yet.

Please login to write comment.