Color Hex Logo

#edeedb Color Hex

#EDEEDB
(237,238,219)
1 Favorites   0 Comments

Color spaces of #edeedb

RGB 237238219
HSL0.180.360.90
HSV63°93°
CMYK 0.000.000.08   0.07
XYZ78.285884.268179.1571
Yxy84.26810.32390.3486
Hunter Lab91.7977-8.419613.1326
CIE-Lab93.5668-3.58179.0737

#edeedb color RGB value is (237,238,219).

#edeedb hex color red value is 237, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #edeedb hue: 0.18 , saturation: 0.36 and the lightness value of edeedb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 11011011
Octal 355 356 333
Decimal 237 238 219
Hex ED EE DB

RGB Percentages of Color #edeedb

%34.15
%34.29
%31.56

CMYK Percentages of Color #edeedb

%0
%0
%8
%7

Triadic Colors of #edeedb

#edeedb #dbedee #eedbed

Analogous Colors of #edeedb

#edeedb #e4eedb #eee6db

Monochromatic Colors of #edeedb

#edeedb

Complementary Color

#edeedb #dcdbee

#edeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeedb Color CSS Codes

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

#edeedb Text Font Color

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

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


#edeedb Background Color

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

This div background color is #edeedb


#edeedb Border Color

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

This div border color is #edeedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,238,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 #edeedb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeedb

#edeedb Color Palettes


Comments

No comments written yet.

Please login to write comment.