Color Hex Logo

#edfdcf Color Hex

#EDFDCF
(237,253,207)
0 Favorites   0 Comments

Color spaces of #edfdcf

RGB 237253207
HSL0.220.920.90
HSV81°18°99°
CMYK 0.060.000.18   0.01
XYZ81.312892.760172.6503
Yxy92.76010.32960.3760
Hunter Lab96.3120-17.844922.6947
CIE-Lab97.1302-12.976320.2865

#edfdcf color RGB value is (237,253,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 11001111
Octal 355 375 317
Decimal 237 253 207
Hex ED FD CF

RGB Percentages of Color #edfdcf

%34.00
%36.30
%29.70

CMYK Percentages of Color #edfdcf

%6
%0
%18
%1

Triadic Colors of #edfdcf

#edfdcf #cfedfd #fdcfed

Analogous Colors of #edfdcf

#edfdcf #d6fdcf #fdf6cf

Monochromatic Colors of #edfdcf

#edfdcf

Complementary Color

#edfdcf #dfcffd

#edfdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdcf Color CSS Codes

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

#edfdcf Text Font Color

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

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


#edfdcf Background Color

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

This div background color is #edfdcf


#edfdcf Border Color

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

This div border color is #edfdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdcf


Comments

No comments written yet.

Please login to write comment.