Color Hex Logo

#edddb0 Color Hex

#EDDDB0
(237,221,176)
0 Favorites   0 Comments

Color spaces of #edddb0

RGB 237221176
HSL0.120.630.81
HSV44°26°93°
CMYK 0.000.070.26   0.07
XYZ68.618072.852051.5196
Yxy72.85200.35560.3775
Hunter Lab85.3534-5.867223.9597
CIE-Lab88.3771-1.359124.1126

#edddb0 color RGB value is (237,221,176).

#edddb0 hex color red value is 237, green value is 221 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #edddb0 hue: 0.12 , saturation: 0.63 and the lightness value of edddb0 is 0.81.

The process color (four color CMYK) of #edddb0 color hex is 0.00, 0.07, 0.26, 0.07. Web safe color of #edddb0 is #ffcc99. Color #edddb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 10110000
Octal 355 335 260
Decimal 237 221 176
Hex ED DD B0

RGB Percentages of Color #edddb0

%37.38
%34.86
%27.76

CMYK Percentages of Color #edddb0

%0
%7
%26
%7

Triadic Colors of #edddb0

#edddb0 #b0eddd #ddb0ed

Analogous Colors of #edddb0

#edddb0 #dfedb0 #edbfb0

Monochromatic Colors of #edddb0

#edddb0

Complementary Color

#edddb0 #b0c0ed

#edddb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddb0 Color CSS Codes

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

#edddb0 Text Font Color

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

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


#edddb0 Background Color

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

This div background color is #edddb0


#edddb0 Border Color

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

This div border color is #edddb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddb0


Comments

No comments written yet.

Please login to write comment.