Color Hex Logo

#edead6 Color Hex

#EDEAD6
(237,234,214)
0 Favorites   0 Comments

Color spaces of #edead6

RGB 237234214
HSL0.140.390.88
HSV52°10°93°
CMYK 0.000.010.10   0.07
XYZ76.485581.705275.3578
Yxy81.70520.32750.3498
Hunter Lab90.3909-7.143913.8443
CIE-Lab92.4446-2.365110.0633

#edead6 color RGB value is (237,234,214).

#edead6 hex color red value is 237, green value is 234 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #edead6 hue: 0.14 , saturation: 0.39 and the lightness value of edead6 is 0.88.

The process color (four color CMYK) of #edead6 color hex is 0.00, 0.01, 0.10, 0.07. Web safe color of #edead6 is #ffffcc. Color #edead6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11010110
Octal 355 352 326
Decimal 237 234 214
Hex ED EA D6

RGB Percentages of Color #edead6

%34.60
%34.16
%31.24

CMYK Percentages of Color #edead6

%0
%1
%10
%7

Triadic Colors of #edead6

#edead6 #d6edea #ead6ed

Analogous Colors of #edead6

#edead6 #e5edd6 #eddfd6

Monochromatic Colors of #edead6

#edead6

Complementary Color

#edead6 #d6d9ed

#edead6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edead6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edead6 Color CSS Codes

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

#edead6 Text Font Color

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

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


#edead6 Background Color

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

This div background color is #edead6


#edead6 Border Color

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

This div border color is #edead6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edead6


Comments

No comments written yet.

Please login to write comment.