Color Hex Logo

#eddffc Color Hex

#EDDFFC
(237,223,252)
1 Favorites   0 Comments

Color spaces of #eddffc

RGB 237223252
HSL0.750.830.93
HSV269°12°99°
CMYK 0.060.120.00   0.01
XYZ78.883477.8082102.9563
Yxy77.80820.30380.2997
Hunter Lab88.20905.2631-7.4562
CIE-Lab90.69239.9980-12.3510

#eddffc color RGB value is (237,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11111100
Octal 355 337 374
Decimal 237 223 252
Hex ED DF FC

RGB Percentages of Color #eddffc

%33.29
%31.32
%35.39

CMYK Percentages of Color #eddffc

%6
%12
%0
%1

Triadic Colors of #eddffc

#eddffc #fceddf #dffced

Analogous Colors of #eddffc

#eddffc #fcdffc #dfe0fc

Monochromatic Colors of #eddffc

#eddffc

Complementary Color

#eddffc #eefcdf

#eddffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddffc Color CSS Codes

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

#eddffc Text Font Color

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

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


#eddffc Background Color

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

This div background color is #eddffc


#eddffc Border Color

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

This div border color is #eddffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddffc

Related Colors


Comments

No comments written yet.

Please login to write comment.