Color Hex Logo

#edbda5 Color Hex

#EDBDA5
(237,189,165)
0 Favorites   0 Comments

Color spaces of #edbda5

RGB 237189165
HSL0.060.670.79
HSV20°30°93°
CMYK 0.000.200.30   0.07
XYZ59.914257.116343.4640
Yxy57.11630.37330.3559
Hunter Lab75.57539.253418.8046
CIE-Lab80.245013.864518.6790

#edbda5 color RGB value is (237,189,165).

#edbda5 hex color red value is 237, green value is 189 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #edbda5 hue: 0.06 , saturation: 0.67 and the lightness value of edbda5 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 10100101
Octal 355 275 245
Decimal 237 189 165
Hex ED BD A5

RGB Percentages of Color #edbda5

%40.10
%31.98
%27.92

CMYK Percentages of Color #edbda5

%0
%20
%30
%7

Triadic Colors of #edbda5

#edbda5 #a5edbd #bda5ed

Analogous Colors of #edbda5

#edbda5 #ede1a5 #eda5b1

Monochromatic Colors of #edbda5

#edbda5

Complementary Color

#edbda5 #a5d5ed

#edbda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbda5 Color CSS Codes

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

#edbda5 Text Font Color

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

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


#edbda5 Background Color

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

This div background color is #edbda5


#edbda5 Border Color

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

This div border color is #edbda5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbda5


Comments

No comments written yet.

Please login to write comment.