Color Hex Logo

#edbda9 Color Hex

#EDBDA9
(237,189,169)
0 Favorites   0 Comments

Color spaces of #edbda9

RGB 237189169
HSL0.050.650.80
HSV18°29°93°
CMYK 0.000.200.29   0.07
XYZ60.284157.264345.4119
Yxy57.26430.36990.3514
Hunter Lab75.67329.771717.3910
CIE-Lab80.328014.386916.6544

#edbda9 color RGB value is (237,189,169).

#edbda9 hex color red value is 237, green value is 189 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #edbda9 hue: 0.05 , saturation: 0.65 and the lightness value of edbda9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 10101001
Octal 355 275 251
Decimal 237 189 169
Hex ED BD A9

RGB Percentages of Color #edbda9

%39.83
%31.76
%28.40

CMYK Percentages of Color #edbda9

%0
%20
%29
%7

Triadic Colors of #edbda9

#edbda9 #a9edbd #bda9ed

Analogous Colors of #edbda9

#edbda9 #eddfa9 #eda9b7

Monochromatic Colors of #edbda9

#edbda9

Complementary Color

#edbda9 #a9d9ed

#edbda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbda9 Color CSS Codes

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

#edbda9 Text Font Color

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

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


#edbda9 Background Color

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

This div background color is #edbda9


#edbda9 Border Color

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

This div border color is #edbda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbda9


Comments

No comments written yet.

Please login to write comment.