Color Hex Logo

#edeaea Color Hex

#EDEAEA
(237,234,234)
0 Favorites   0 Comments

Color spaces of #edeaea

RGB 237234234
HSL0.000.080.92
HSV93°
CMYK 0.000.010.01   0.07
XYZ79.199282.790789.6479
Yxy82.79070.31470.3290
Hunter Lab90.9894-3.86115.2767
CIE-Lab92.92271.01040.3458

#edeaea color RGB value is (237,234,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11101010
Octal 355 352 352
Decimal 237 234 234
Hex ED EA EA

RGB Percentages of Color #edeaea

%33.62
%33.19
%33.19

CMYK Percentages of Color #edeaea

%0
%1
%1
%7

Triadic Colors of #edeaea

#edeaea #eaedea #eaeaed

Analogous Colors of #edeaea

#edeaea #edecea #edeaec

Monochromatic Colors of #edeaea

#edeaea

Complementary Color

#edeaea #eaeded

#edeaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeaea Color CSS Codes

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

#edeaea Text Font Color

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

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


#edeaea Background Color

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

This div background color is #edeaea


#edeaea Border Color

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

This div border color is #edeaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeaea

#edeaea Color Palettes


Comments

No comments written yet.

Please login to write comment.