Color Hex Logo

#edfecd Color Hex

#EDFECD
(237,254,205)
0 Favorites   0 Comments

Color spaces of #edfecd

RGB 237254205
HSL0.220.960.90
HSV81°19°100°
CMYK 0.070.000.19   0.00
XYZ81.386393.295971.4760
Yxy93.29590.33060.3790
Hunter Lab96.5898-18.628523.7385
CIE-Lab97.3476-13.770421.6080

#edfecd color RGB value is (237,254,205).

#edfecd hex color red value is 237, green value is 254 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #edfecd hue: 0.22 , saturation: 0.96 and the lightness value of edfecd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 11001101
Octal 355 376 315
Decimal 237 254 205
Hex ED FE CD

RGB Percentages of Color #edfecd

%34.05
%36.49
%29.45

CMYK Percentages of Color #edfecd

%7
%0
%19
%0

Triadic Colors of #edfecd

#edfecd #cdedfe #fecded

Analogous Colors of #edfecd

#edfecd #d5fecd #fef7cd

Monochromatic Colors of #edfecd

#edfecd

Complementary Color

#edfecd #decdfe

#edfecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfecd Color CSS Codes

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

#edfecd Text Font Color

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

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


#edfecd Background Color

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

This div background color is #edfecd


#edfecd Border Color

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

This div border color is #edfecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfecd


Comments

No comments written yet.

Please login to write comment.