Color Hex Logo

#edeae9 Color Hex

#EDEAE9
(237,234,233)
0 Favorites   0 Comments

Color spaces of #edeae9

RGB 237234233
HSL0.040.100.92
HSV15°93°
CMYK 0.000.010.02   0.07
XYZ79.055982.733488.8932
Yxy82.73340.31540.3300
Hunter Lab90.9579-4.03345.7264
CIE-Lab92.89760.83480.8300

#edeae9 color RGB value is (237,234,233).

#edeae9 hex color red value is 237, green value is 234 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #edeae9 hue: 0.04 , saturation: 0.10 and the lightness value of edeae9 is 0.92.

The process color (four color CMYK) of #edeae9 color hex is 0.00, 0.01, 0.02, 0.07. Web safe color of #edeae9 is #ffffff. Color #edeae9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11101001
Octal 355 352 351
Decimal 237 234 233
Hex ED EA E9

RGB Percentages of Color #edeae9

%33.66
%33.24
%33.10

CMYK Percentages of Color #edeae9

%0
%1
%2
%7

Triadic Colors of #edeae9

#edeae9 #e9edea #eae9ed

Analogous Colors of #edeae9

#edeae9 #edece9 #ede9ea

Monochromatic Colors of #edeae9

#edeae9

Complementary Color

#edeae9 #e9eced

#edeae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeae9 Color CSS Codes

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

#edeae9 Text Font Color

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

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


#edeae9 Background Color

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

This div background color is #edeae9


#edeae9 Border Color

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

This div border color is #edeae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeae9


Comments

No comments written yet.

Please login to write comment.