Color Hex Logo

#edeada Color Hex

#EDEADA
(237,234,218)
0 Favorites   0 Comments

Color spaces of #edeada

RGB 237234218
HSL0.140.350.89
HSV51°93°
CMYK 0.000.010.08   0.07
XYZ77.002881.912178.0818
Yxy81.91210.32490.3456
Hunter Lab90.5053-6.514712.2023
CIE-Lab92.5360-1.71328.1145

#edeada color RGB value is (237,234,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11011010
Octal 355 352 332
Decimal 237 234 218
Hex ED EA DA

RGB Percentages of Color #edeada

%34.40
%33.96
%31.64

CMYK Percentages of Color #edeada

%0
%1
%8
%7

Triadic Colors of #edeada

#edeada #daedea #eadaed

Analogous Colors of #edeada

#edeada #e7edda #ede1da

Monochromatic Colors of #edeada

#edeada

Complementary Color

#edeada #dadded

#edeada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeada Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeada Color CSS Codes

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

#edeada Text Font Color

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

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


#edeada Background Color

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

This div background color is #edeada


#edeada Border Color

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

This div border color is #edeada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeada


Comments

No comments written yet.

Please login to write comment.