Color Hex Logo

#edeace Color Hex

#EDEACE
(237,234,206)
0 Favorites   0 Comments

Color spaces of #edeace

RGB 237234206
HSL0.150.460.87
HSV54°13°93°
CMYK 0.000.010.13   0.07
XYZ75.488481.306470.1076
Yxy81.30640.33270.3583
Hunter Lab90.1701-8.361317.0208
CIE-Lab92.2679-3.633113.9663

#edeace color RGB value is (237,234,206).

#edeace hex color red value is 237, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #edeace hue: 0.15 , saturation: 0.46 and the lightness value of edeace is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11001110
Octal 355 352 316
Decimal 237 234 206
Hex ED EA CE

RGB Percentages of Color #edeace

%35.01
%34.56
%30.43

CMYK Percentages of Color #edeace

%0
%1
%13
%7

Triadic Colors of #edeace

#edeace #ceedea #eaceed

Analogous Colors of #edeace

#edeace #e1edce #eddbce

Monochromatic Colors of #edeace

#edeace

Complementary Color

#edeace #ced1ed

#edeace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeace Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeace Color CSS Codes

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

#edeace Text Font Color

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

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


#edeace Background Color

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

This div background color is #edeace


#edeace Border Color

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

This div border color is #edeace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeace


Comments

No comments written yet.

Please login to write comment.