Color Hex Logo

#eddaf4 Color Hex

#EDDAF4
(237,218,244)
0 Favorites   0 Comments

Color spaces of #eddaf4

RGB 237218244
HSL0.790.540.91
HSV284°11°96°
CMYK 0.030.110.00   0.04
XYZ76.325674.679095.9796
Yxy74.67900.30900.3024
Hunter Lab86.41706.4258-5.3589
CIE-Lab89.242411.1130-10.3127

#eddaf4 color RGB value is (237,218,244).

#eddaf4 hex color red value is 237, green value is 218 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #eddaf4 hue: 0.79 , saturation: 0.54 and the lightness value of eddaf4 is 0.91.

The process color (four color CMYK) of #eddaf4 color hex is 0.03, 0.11, 0.00, 0.04. Web safe color of #eddaf4 is #ffccff. Color #eddaf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 11110100
Octal 355 332 364
Decimal 237 218 244
Hex ED DA F4

RGB Percentages of Color #eddaf4

%33.91
%31.19
%34.91

CMYK Percentages of Color #eddaf4

%3
%11
%0
%4

Triadic Colors of #eddaf4

#eddaf4 #f4edda #daf4ed

Analogous Colors of #eddaf4

#eddaf4 #f4daee #e0daf4

Monochromatic Colors of #eddaf4

#eddaf4

Complementary Color

#eddaf4 #e1f4da

#eddaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddaf4 Color CSS Codes

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

#eddaf4 Text Font Color

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

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


#eddaf4 Background Color

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

This div background color is #eddaf4


#eddaf4 Border Color

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

This div border color is #eddaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddaf4


Comments

No comments written yet.

Please login to write comment.