Color Hex Logo

#edffdc Color Hex

#EDFFDC
(237,255,220)
0 Favorites   0 Comments

Color spaces of #edffdc

RGB 237255220
HSL0.251.000.93
HSV91°14°100°
CMYK 0.070.000.14   0.00
XYZ83.603394.691881.5811
Yxy94.69180.32170.3644
Hunter Lab97.3097-16.934318.4101
CIE-Lab97.9101-11.922414.7448

#edffdc color RGB value is (237,255,220).

#edffdc hex color red value is 237, green value is 255 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #edffdc hue: 0.25 , saturation: 1.00 and the lightness value of edffdc is 0.93.

The process color (four color CMYK) of #edffdc color hex is 0.07, 0.00, 0.14, 0.00. Web safe color of #edffdc is #ffffcc. Color #edffdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11011100
Octal 355 377 334
Decimal 237 255 220
Hex ED FF DC

RGB Percentages of Color #edffdc

%33.29
%35.81
%30.90

CMYK Percentages of Color #edffdc

%7
%0
%14
%0

Triadic Colors of #edffdc

#edffdc #dcedff #ffdced

Analogous Colors of #edffdc

#edffdc #dcffdd #ffffdc

Monochromatic Colors of #edffdc

#edffdc

Complementary Color

#edffdc #eedcff

#edffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edffdc Color CSS Codes

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

#edffdc Text Font Color

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

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


#edffdc Background Color

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

This div background color is #edffdc


#edffdc Border Color

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

This div border color is #edffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edffdc


Comments

No comments written yet.

Please login to write comment.