Color Hex Logo

#eddafc Color Hex

#EDDAFC
(237,218,252)
0 Favorites   0 Comments

Color spaces of #eddafc

RGB 237218252
HSL0.760.850.92
HSV274°13°99°
CMYK 0.060.130.00   0.01
XYZ77.567175.1756102.5176
Yxy75.17560.30390.2945
Hunter Lab86.70397.9581-9.4111
CIE-Lab89.475212.6160-14.1703

#eddafc color RGB value is (237,218,252).

#eddafc hex color red value is 237, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eddafc hue: 0.76 , saturation: 0.85 and the lightness value of eddafc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 11111100
Octal 355 332 374
Decimal 237 218 252
Hex ED DA FC

RGB Percentages of Color #eddafc

%33.52
%30.83
%35.64

CMYK Percentages of Color #eddafc

%6
%13
%0
%1

Triadic Colors of #eddafc

#eddafc #fcedda #dafced

Analogous Colors of #eddafc

#eddafc #fcdafa #dcdafc

Monochromatic Colors of #eddafc

#eddafc

Complementary Color

#eddafc #e9fcda

#eddafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddafc Color CSS Codes

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

#eddafc Text Font Color

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

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


#eddafc Background Color

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

This div background color is #eddafc


#eddafc Border Color

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

This div border color is #eddafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddafc

Related Colors


Comments

No comments written yet.

Please login to write comment.