Color Hex Logo

#edddfc Color Hex

#EDDDFC
(237,221,252)
0 Favorites   0 Comments

Color spaces of #edddfc

RGB 237221252
HSL0.750.840.93
HSV271°12°99°
CMYK 0.060.120.00   0.01
XYZ78.352276.7457102.7793
Yxy76.74570.30380.2976
Hunter Lab87.60466.3395-8.2368
CIE-Lab90.204411.0438-13.0796

#edddfc color RGB value is (237,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11111100
Octal 355 335 374
Decimal 237 221 252
Hex ED DD FC

RGB Percentages of Color #edddfc

%33.38
%31.13
%35.49

CMYK Percentages of Color #edddfc

%6
%12
%0
%1

Triadic Colors of #edddfc

#edddfc #fceddd #ddfced

Analogous Colors of #edddfc

#edddfc #fcddfc #deddfc

Monochromatic Colors of #edddfc

#edddfc

Complementary Color

#edddfc #ecfcdd

#edddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddfc Color CSS Codes

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

#edddfc Text Font Color

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

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


#edddfc Background Color

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

This div background color is #edddfc


#edddfc Border Color

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

This div border color is #edddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddfc

Related Colors


Comments

No comments written yet.

Please login to write comment.