Color Hex Logo

#eddfc0 Color Hex

#EDDFC0
(237,223,192)
0 Favorites   0 Comments

Color spaces of #eddfc0

RGB 237223192
HSL0.110.560.84
HSV41°19°93°
CMYK 0.000.060.19   0.07
XYZ70.827274.585660.5327
Yxy74.58560.34390.3622
Hunter Lab86.3630-4.745418.8971
CIE-Lab89.1985-0.136916.9245

#eddfc0 color RGB value is (237,223,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 11000000
Octal 355 337 300
Decimal 237 223 192
Hex ED DF C0

RGB Percentages of Color #eddfc0

%36.35
%34.20
%29.45

CMYK Percentages of Color #eddfc0

%0
%6
%19
%7

Triadic Colors of #eddfc0

#eddfc0 #c0eddf #dfc0ed

Analogous Colors of #eddfc0

#eddfc0 #e5edc0 #edc9c0

Monochromatic Colors of #eddfc0

#eddfc0

Complementary Color

#eddfc0 #c0ceed

#eddfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfc0 Color CSS Codes

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

#eddfc0 Text Font Color

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

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


#eddfc0 Background Color

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

This div background color is #eddfc0


#eddfc0 Border Color

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

This div border color is #eddfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfc0


Comments

No comments written yet.

Please login to write comment.