Color Hex Logo

#edfdce Color Hex

#EDFDCE
(237,253,206)
0 Favorites   0 Comments

Color spaces of #edfdce

RGB 237253206
HSL0.220.920.90
HSV80°19°99°
CMYK 0.060.000.19   0.01
XYZ81.190992.711372.0084
Yxy92.71130.33020.3770
Hunter Lab96.2867-17.986923.0604
CIE-Lab97.1103-13.128120.7685

#edfdce color RGB value is (237,253,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 11001110
Octal 355 375 316
Decimal 237 253 206
Hex ED FD CE

RGB Percentages of Color #edfdce

%34.05
%36.35
%29.60

CMYK Percentages of Color #edfdce

%6
%0
%19
%1

Triadic Colors of #edfdce

#edfdce #ceedfd #fdceed

Analogous Colors of #edfdce

#edfdce #d6fdce #fdf6ce

Monochromatic Colors of #edfdce

#edfdce

Complementary Color

#edfdce #decefd

#edfdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdce Color CSS Codes

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

#edfdce Text Font Color

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

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


#edfdce Background Color

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

This div background color is #edfdce


#edfdce Border Color

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

This div border color is #edfdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdce

#edfdce Color Palettes


Comments

No comments written yet.

Please login to write comment.