Color Hex Logo

#ededdb Color Hex

#EDEDDB
(237,237,219)
0 Favorites   0 Comments

Color spaces of #ededdb

RGB 237237219
HSL0.170.330.89
HSV60°93°
CMYK 0.000.000.08   0.07
XYZ77.995483.687479.0603
Yxy83.68740.32400.3476
Hunter Lab91.4808-7.904612.7965
CIE-Lab93.3146-3.07468.7121

#ededdb color RGB value is (237,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 11011011
Octal 355 355 333
Decimal 237 237 219
Hex ED ED DB

RGB Percentages of Color #ededdb

%34.20
%34.20
%31.60

CMYK Percentages of Color #ededdb

%0
%0
%8
%7

Triadic Colors of #ededdb

#ededdb #dbeded #eddbed

Analogous Colors of #ededdb

#ededdb #e4eddb #ede4db

Monochromatic Colors of #ededdb

#ededdb

Complementary Color

#ededdb #dbdbed

#ededdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ededdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ededdb Color CSS Codes

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

#ededdb Text Font Color

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

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


#ededdb Background Color

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

This div background color is #ededdb


#ededdb Border Color

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

This div border color is #ededdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ededdb


Comments

No comments written yet.

Please login to write comment.