Color Hex Logo

#eddff5 Color Hex

#EDDFF5
(237,223,245)
0 Favorites   0 Comments

Color spaces of #eddff5

RGB 237223245
HSL0.770.520.92
HSV278°96°
CMYK 0.030.090.00   0.04
XYZ77.794277.372497.2204
Yxy77.37240.30820.3066
Hunter Lab87.96163.9346-3.9577
CIE-Lab90.49278.6856-8.9798

#eddff5 color RGB value is (237,223,245).

#eddff5 hex color red value is 237, green value is 223 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #eddff5 hue: 0.77 , saturation: 0.52 and the lightness value of eddff5 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11110101
Octal 355 337 365
Decimal 237 223 245
Hex ED DF F5

RGB Percentages of Color #eddff5

%33.62
%31.63
%34.75

CMYK Percentages of Color #eddff5

%3
%9
%0
%4

Triadic Colors of #eddff5

#eddff5 #f5eddf #dff5ed

Analogous Colors of #eddff5

#eddff5 #f5dff2 #e2dff5

Monochromatic Colors of #eddff5

#eddff5

Complementary Color

#eddff5 #e7f5df

#eddff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddff5 Color CSS Codes

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

#eddff5 Text Font Color

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

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


#eddff5 Background Color

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

This div background color is #eddff5


#eddff5 Border Color

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

This div border color is #eddff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddff5


Comments

No comments written yet.

Please login to write comment.