Color Hex Logo

#eda785 Color Hex

#EDA785
(237,167,133)
0 Favorites   0 Comments

Color spaces of #eda785

RGB 237167133
HSL0.050.740.73
HSV20°44°93°
CMYK 0.000.300.44   0.07
XYZ52.977447.335428.5347
Yxy47.33540.41120.3674
Hunter Lab68.800717.045923.5703
CIE-Lab74.403821.813527.8811

#eda785 color RGB value is (237,167,133).

#eda785 hex color red value is 237, green value is 167 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #eda785 hue: 0.05 , saturation: 0.74 and the lightness value of eda785 is 0.73.

The process color (four color CMYK) of #eda785 color hex is 0.00, 0.30, 0.44, 0.07. Web safe color of #eda785 is #ff9999. Color #eda785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100111 10000101
Octal 355 247 205
Decimal 237 167 133
Hex ED A7 85

RGB Percentages of Color #eda785

%44.13
%31.10
%24.77

CMYK Percentages of Color #eda785

%0
%30
%44
%7

Triadic Colors of #eda785

#eda785 #85eda7 #a785ed

Analogous Colors of #eda785

#eda785 #eddb85 #ed8597

Monochromatic Colors of #eda785

#eda785

Complementary Color

#eda785 #85cbed

#eda785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda785 Color CSS Codes

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

#eda785 Text Font Color

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

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


#eda785 Background Color

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

This div background color is #eda785


#eda785 Border Color

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

This div border color is #eda785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda785


Comments

No comments written yet.

Please login to write comment.