Color Hex Logo

#eddffd Color Hex

#EDDFFD
(237,223,253)
0 Favorites   0 Comments

Color spaces of #eddffd

RGB 237223253
HSL0.740.880.93
HSV268°12°99°
CMYK 0.060.120.00   0.01
XYZ79.042477.8717103.7933
Yxy77.87170.30320.2987
Hunter Lab88.24495.4566-7.9652
CIE-Lab90.721310.1885-12.8315

#eddffd color RGB value is (237,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11111101
Octal 355 337 375
Decimal 237 223 253
Hex ED DF FD

RGB Percentages of Color #eddffd

%33.24
%31.28
%35.48

CMYK Percentages of Color #eddffd

%6
%12
%0
%1

Triadic Colors of #eddffd

#eddffd #fdeddf #dffded

Analogous Colors of #eddffd

#eddffd #fcdffd #dfe0fd

Monochromatic Colors of #eddffd

#eddffd

Complementary Color

#eddffd #effddf

#eddffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddffd Color CSS Codes

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

#eddffd Text Font Color

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

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


#eddffd Background Color

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

This div background color is #eddffd


#eddffd Border Color

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

This div border color is #eddffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddffd


Comments

No comments written yet.

Please login to write comment.