Color Hex Logo

#eddad7 Color Hex

#EDDAD7
(237,218,215)
0 Favorites   0 Comments

Color spaces of #eddad7

RGB 237218215
HSL0.020.380.89
HSV93°
CMYK 0.000.080.09   0.07
XYZ72.262273.053674.5821
Yxy73.05360.32860.3322
Hunter Lab85.47141.33878.0937
CIE-Lab88.47336.03023.8253

#eddad7 color RGB value is (237,218,215).

#eddad7 hex color red value is 237, green value is 218 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #eddad7 hue: 0.02 , saturation: 0.38 and the lightness value of eddad7 is 0.89.

The process color (four color CMYK) of #eddad7 color hex is 0.00, 0.08, 0.09, 0.07. Web safe color of #eddad7 is #ffcccc. Color #eddad7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 11010111
Octal 355 332 327
Decimal 237 218 215
Hex ED DA D7

RGB Percentages of Color #eddad7

%35.37
%32.54
%32.09

CMYK Percentages of Color #eddad7

%0
%8
%9
%7

Triadic Colors of #eddad7

#eddad7 #d7edda #dad7ed

Analogous Colors of #eddad7

#eddad7 #ede5d7 #edd7df

Monochromatic Colors of #eddad7

#eddad7

Complementary Color

#eddad7 #d7eaed

#eddad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddad7 Color CSS Codes

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

#eddad7 Text Font Color

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

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


#eddad7 Background Color

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

This div background color is #eddad7


#eddad7 Border Color

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

This div border color is #eddad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddad7


Comments

No comments written yet.

Please login to write comment.