Color Hex Logo

#eddfc2 Color Hex

#EDDFC2
(237,223,194)
0 Favorites   0 Comments

Color spaces of #eddfc2

RGB 237223194
HSL0.110.540.85
HSV40°18°93°
CMYK 0.000.060.18   0.07
XYZ71.050374.674961.7079
Yxy74.67490.34250.3600
Hunter Lab86.4146-4.462518.1518
CIE-Lab89.24050.157715.9394

#eddfc2 color RGB value is (237,223,194).

#eddfc2 hex color red value is 237, green value is 223 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #eddfc2 hue: 0.11 , saturation: 0.54 and the lightness value of eddfc2 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11000010
Octal 355 337 302
Decimal 237 223 194
Hex ED DF C2

RGB Percentages of Color #eddfc2

%36.24
%34.10
%29.66

CMYK Percentages of Color #eddfc2

%0
%6
%18
%7

Triadic Colors of #eddfc2

#eddfc2 #c2eddf #dfc2ed

Analogous Colors of #eddfc2

#eddfc2 #e6edc2 #edcac2

Monochromatic Colors of #eddfc2

#eddfc2

Complementary Color

#eddfc2 #c2d0ed

#eddfc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfc2 Color CSS Codes

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

#eddfc2 Text Font Color

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

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


#eddfc2 Background Color

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

This div background color is #eddfc2


#eddfc2 Border Color

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

This div border color is #eddfc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfc2


Comments

No comments written yet.

Please login to write comment.