Color Hex Logo

#edcba9 Color Hex

#EDCBA9
(237,203,169)
1 Favorites   0 Comments

Color spaces of #edcba9

RGB 237203169
HSL0.080.650.80
HSV30°29°93°
CMYK 0.000.140.29   0.07
XYZ63.442463.581046.4647
Yxy63.58100.36570.3665
Hunter Lab79.73772.480621.2670
CIE-Lab83.74717.024221.4035

#edcba9 color RGB value is (237,203,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 10101001
Octal 355 313 251
Decimal 237 203 169
Hex ED CB A9

RGB Percentages of Color #edcba9

%38.92
%33.33
%27.75

CMYK Percentages of Color #edcba9

%0
%14
%29
%7

Triadic Colors of #edcba9

#edcba9 #a9edcb #cba9ed

Analogous Colors of #edcba9

#edcba9 #ededa9 #eda9a9

Monochromatic Colors of #edcba9

#edcba9

Complementary Color

#edcba9 #a9cbed

#edcba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcba9 Color CSS Codes

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

#edcba9 Text Font Color

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

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


#edcba9 Background Color

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

This div background color is #edcba9


#edcba9 Border Color

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

This div border color is #edcba9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,203,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 #edcba9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcba9


Comments

No comments written yet.

Please login to write comment.