Color Hex Logo

#edfedc Color Hex

#EDFEDC
(237,254,220)
0 Favorites   0 Comments

Color spaces of #edfedc

RGB 237254220
HSL0.250.940.93
HSV90°13°100°
CMYK 0.070.000.13   0.00
XYZ83.285194.055581.4751
Yxy94.05550.32180.3634
Hunter Lab96.9822-16.429018.0778
CIE-Lab97.6543-11.428714.3826

#edfedc color RGB value is (237,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11011100
Octal 355 376 334
Decimal 237 254 220
Hex ED FE DC

RGB Percentages of Color #edfedc

%33.33
%35.72
%30.94

CMYK Percentages of Color #edfedc

%7
%0
%13
%0

Triadic Colors of #edfedc

#edfedc #dcedfe #fedced

Analogous Colors of #edfedc

#edfedc #dcfedc #fefedc

Monochromatic Colors of #edfedc

#edfedc

Complementary Color

#edfedc #eddcfe

#edfedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfedc Color CSS Codes

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

#edfedc Text Font Color

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

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


#edfedc Background Color

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

This div background color is #edfedc


#edfedc Border Color

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

This div border color is #edfedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfedc


Comments

No comments written yet.

Please login to write comment.