Color Hex Logo

#edcfdf Color Hex

#EDCFDF
(237,207,223)
0 Favorites   0 Comments

Color spaces of #edcfdf

RGB 237207223
HSL0.910.450.87
HSV328°13°93°
CMYK 0.000.130.06   0.07
XYZ70.557267.957979.2105
Yxy67.95790.32410.3121
Hunter Lab82.43668.51350.7359
CIE-Lab85.985413.1361-4.0381

#edcfdf color RGB value is (237,207,223).

#edcfdf hex color red value is 237, green value is 207 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #edcfdf hue: 0.91 , saturation: 0.45 and the lightness value of edcfdf is 0.87.

The process color (four color CMYK) of #edcfdf color hex is 0.00, 0.13, 0.06, 0.07. Web safe color of #edcfdf is #ffcccc. Color #edcfdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 11011111
Octal 355 317 337
Decimal 237 207 223
Hex ED CF DF

RGB Percentages of Color #edcfdf

%35.53
%31.03
%33.43

CMYK Percentages of Color #edcfdf

%0
%13
%6
%7

Triadic Colors of #edcfdf

#edcfdf #dfedcf #cfdfed

Analogous Colors of #edcfdf

#edcfdf #edcfd0 #eccfed

Monochromatic Colors of #edcfdf

#edcfdf

Complementary Color

#edcfdf #cfeddd

#edcfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcfdf Color CSS Codes

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

#edcfdf Text Font Color

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

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


#edcfdf Background Color

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

This div background color is #edcfdf


#edcfdf Border Color

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

This div border color is #edcfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcfdf


Comments

No comments written yet.

Please login to write comment.