Color Hex Logo

#eddefc Color Hex

#EDDEFC
(237,222,252)
0 Favorites   0 Comments

Color spaces of #eddefc

RGB 237222252
HSL0.750.830.93
HSV270°12°99°
CMYK 0.060.120.00   0.01
XYZ78.617077.2754102.8675
Yxy77.27540.30380.2986
Hunter Lab87.90645.8009-7.8463
CIE-Lab90.448210.5206-12.7154

#eddefc color RGB value is (237,222,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 11111100
Octal 355 336 374
Decimal 237 222 252
Hex ED DE FC

RGB Percentages of Color #eddefc

%33.33
%31.22
%35.44

CMYK Percentages of Color #eddefc

%6
%12
%0
%1

Triadic Colors of #eddefc

#eddefc #fcedde #defced

Analogous Colors of #eddefc

#eddefc #fcdefc #dedefc

Monochromatic Colors of #eddefc

#eddefc

Complementary Color

#eddefc #edfcde

#eddefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddefc Color CSS Codes

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

#eddefc Text Font Color

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

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


#eddefc Background Color

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

This div background color is #eddefc


#eddefc Border Color

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

This div border color is #eddefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddefc


Comments

No comments written yet.

Please login to write comment.