Color Hex Logo

#eddaba Color Hex

#EDDABA
(237,218,186)
0 Favorites   0 Comments

Color spaces of #eddaba

RGB 237218186
HSL0.100.590.83
HSV38°22°93°
CMYK 0.000.080.22   0.07
XYZ68.859471.692556.6631
Yxy71.69250.34920.3635
Hunter Lab84.6714-3.009119.5924
CIE-Lab87.82041.565918.1300

#eddaba color RGB value is (237,218,186).

#eddaba hex color red value is 237, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eddaba hue: 0.10 , saturation: 0.59 and the lightness value of eddaba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 10111010
Octal 355 332 272
Decimal 237 218 186
Hex ED DA BA

RGB Percentages of Color #eddaba

%36.97
%34.01
%29.02

CMYK Percentages of Color #eddaba

%0
%8
%22
%7

Triadic Colors of #eddaba

#eddaba #baedda #dabaed

Analogous Colors of #eddaba

#eddaba #e7edba #edc1ba

Monochromatic Colors of #eddaba

#eddaba

Complementary Color

#eddaba #bacded

#eddaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddaba Color CSS Codes

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

#eddaba Text Font Color

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

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


#eddaba Background Color

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

This div background color is #eddaba


#eddaba Border Color

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

This div border color is #eddaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddaba


Comments

No comments written yet.

Please login to write comment.