Color Hex Logo

#edbda1 Color Hex

#EDBDA1
(237,189,161)
0 Favorites   0 Comments

Color spaces of #edbda1

RGB 237189161
HSL0.060.680.78
HSV22°32°93°
CMYK 0.000.200.32   0.07
XYZ59.555756.972941.5762
Yxy56.97290.37670.3603
Hunter Lab75.48048.749820.1781
CIE-Lab80.164313.355220.7037

#edbda1 color RGB value is (237,189,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 10100001
Octal 355 275 241
Decimal 237 189 161
Hex ED BD A1

RGB Percentages of Color #edbda1

%40.37
%32.20
%27.43

CMYK Percentages of Color #edbda1

%0
%20
%32
%7

Triadic Colors of #edbda1

#edbda1 #a1edbd #bda1ed

Analogous Colors of #edbda1

#edbda1 #ede3a1 #eda1ab

Monochromatic Colors of #edbda1

#edbda1

Complementary Color

#edbda1 #a1d1ed

#edbda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbda1 Color CSS Codes

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

#edbda1 Text Font Color

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

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


#edbda1 Background Color

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

This div background color is #edbda1


#edbda1 Border Color

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

This div border color is #edbda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbda1


Comments

No comments written yet.

Please login to write comment.