Color Hex Logo

#eda185 Color Hex

#EDA185
(237,161,133)
0 Favorites   0 Comments

Color spaces of #eda185

RGB 237161133
HSL0.040.740.73
HSV16°44°93°
CMYK 0.000.320.44   0.07
XYZ51.903645.187728.1768
Yxy45.18770.41430.3607
Hunter Lab67.221820.186122.2032
CIE-Lab73.015324.999226.0245

#eda185 color RGB value is (237,161,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 10000101
Octal 355 241 205
Decimal 237 161 133
Hex ED A1 85

RGB Percentages of Color #eda185

%44.63
%30.32
%25.05

CMYK Percentages of Color #eda185

%0
%32
%44
%7

Triadic Colors of #eda185

#eda185 #85eda1 #a185ed

Analogous Colors of #eda185

#eda185 #edd585 #ed859d

Monochromatic Colors of #eda185

#eda185

Complementary Color

#eda185 #85d1ed

#eda185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda185 Color CSS Codes

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

#eda185 Text Font Color

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

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


#eda185 Background Color

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

This div background color is #eda185


#eda185 Border Color

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

This div border color is #eda185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda185


Comments

No comments written yet.

Please login to write comment.