Color Hex Logo

#ededd2 Color Hex

#EDEDD2
(237,237,210)
0 Favorites   0 Comments

Color spaces of #ededd2

RGB 237237210
HSL0.170.430.88
HSV60°11°93°
CMYK 0.000.000.11   0.07
XYZ76.842183.226072.9870
Yxy83.22600.32970.3571
Hunter Lab91.2283-9.297916.4250
CIE-Lab93.1133-4.525813.0913

#ededd2 color RGB value is (237,237,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 11010010
Octal 355 355 322
Decimal 237 237 210
Hex ED ED D2

RGB Percentages of Color #ededd2

%34.65
%34.65
%30.70

CMYK Percentages of Color #ededd2

%0
%0
%11
%7

Triadic Colors of #ededd2

#ededd2 #d2eded #edd2ed

Analogous Colors of #ededd2

#ededd2 #e0edd2 #ede0d2

Monochromatic Colors of #ededd2

#ededd2

Complementary Color

#ededd2 #d2d2ed

#ededd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ededd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ededd2 Color CSS Codes

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

#ededd2 Text Font Color

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

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


#ededd2 Background Color

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

This div background color is #ededd2


#ededd2 Border Color

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

This div border color is #ededd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ededd2


Comments

No comments written yet.

Please login to write comment.