Color Hex Logo

#ededd3 Color Hex

#EDEDD3
(237,237,211)
0 Favorites   0 Comments

Color spaces of #ededd3

RGB 237237211
HSL0.170.420.88
HSV60°11°93°
CMYK 0.000.000.11   0.07
XYZ76.967183.276073.6453
Yxy83.27600.32910.3561
Hunter Lab91.2557-9.146516.0307
CIE-Lab93.1351-4.367512.6043

#ededd3 color RGB value is (237,237,211).

#ededd3 hex color red value is 237, green value is 237 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #ededd3 hue: 0.17 , saturation: 0.42 and the lightness value of ededd3 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 11010011
Octal 355 355 323
Decimal 237 237 211
Hex ED ED D3

RGB Percentages of Color #ededd3

%34.60
%34.60
%30.80

CMYK Percentages of Color #ededd3

%0
%0
%11
%7

Triadic Colors of #ededd3

#ededd3 #d3eded #edd3ed

Analogous Colors of #ededd3

#ededd3 #e0edd3 #ede0d3

Monochromatic Colors of #ededd3

#ededd3

Complementary Color

#ededd3 #d3d3ed

#ededd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ededd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ededd3 Color CSS Codes

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

#ededd3 Text Font Color

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

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


#ededd3 Background Color

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

This div background color is #ededd3


#ededd3 Border Color

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

This div border color is #ededd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ededd3

#ededd3 Color Palettes


Comments

No comments written yet.

Please login to write comment.