Color Hex Logo

#edeadb Color Hex

#EDEADB
(237,234,219)
0 Favorites   0 Comments

Color spaces of #edeadb

RGB 237234219
HSL0.140.330.89
HSV50°93°
CMYK 0.000.010.08   0.07
XYZ77.134181.964678.7732
Yxy81.96460.32430.3446
Hunter Lab90.5343-6.355311.7862
CIE-Lab92.5592-1.54837.6277

#edeadb color RGB value is (237,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 11011011
Octal 355 352 333
Decimal 237 234 219
Hex ED EA DB

RGB Percentages of Color #edeadb

%34.35
%33.91
%31.74

CMYK Percentages of Color #edeadb

%0
%1
%8
%7

Triadic Colors of #edeadb

#edeadb #dbedea #eadbed

Analogous Colors of #edeadb

#edeadb #e7eddb #ede1db

Monochromatic Colors of #edeadb

#edeadb

Complementary Color

#edeadb #dbdeed

#edeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeadb Color CSS Codes

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

#edeadb Text Font Color

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

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


#edeadb Background Color

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

This div background color is #edeadb


#edeadb Border Color

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

This div border color is #edeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeadb


Comments

No comments written yet.

Please login to write comment.