Color Hex Logo

#eddfcf Color Hex

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

Color spaces of #eddfcf

RGB 237223207
HSL0.090.450.87
HSV32°13°93°
CMYK 0.000.060.13   0.07
XYZ72.575275.284969.7378
Yxy75.28490.33350.3460
Hunter Lab86.7669-2.537713.0832
CIE-Lab89.52632.14939.5437

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

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

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

Base Numbers

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

RGB Percentages of Color #eddfcf

%35.53
%33.43
%31.03

CMYK Percentages of Color #eddfcf

%0
%6
%13
%7

Triadic Colors of #eddfcf

#eddfcf #cfeddf #dfcfed

Analogous Colors of #eddfcf

#eddfcf #ecedcf #edd0cf

Monochromatic Colors of #eddfcf

#eddfcf

Complementary Color

#eddfcf #cfdded

#eddfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfcf Color CSS Codes

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

#eddfcf Text Font Color

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

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


#eddfcf Background Color

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

This div background color is #eddfcf


#eddfcf Border Color

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

This div border color is #eddfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfcf

#eddfcf Color Palettes


Comments

No comments written yet.

Please login to write comment.