Color Hex Logo

#edfdcd Color Hex

#EDFDCD
(237,253,205)
0 Favorites   0 Comments

Color spaces of #edfdcd

RGB 237253205
HSL0.220.920.90
HSV80°19°99°
CMYK 0.060.000.19   0.01
XYZ81.069892.662971.3705
Yxy92.66290.33080.3781
Hunter Lab96.2616-18.128223.4242
CIE-Lab97.0906-13.279221.2506

#edfdcd color RGB value is (237,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 11001101
Octal 355 375 315
Decimal 237 253 205
Hex ED FD CD

RGB Percentages of Color #edfdcd

%34.10
%36.40
%29.50

CMYK Percentages of Color #edfdcd

%6
%0
%19
%1

Triadic Colors of #edfdcd

#edfdcd #cdedfd #fdcded

Analogous Colors of #edfdcd

#edfdcd #d5fdcd #fdf5cd

Monochromatic Colors of #edfdcd

#edfdcd

Complementary Color

#edfdcd #ddcdfd

#edfdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdcd Color CSS Codes

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

#edfdcd Text Font Color

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

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


#edfdcd Background Color

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

This div background color is #edfdcd


#edfdcd Border Color

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

This div border color is #edfdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdcd


Comments

No comments written yet.

Please login to write comment.