Color Hex Logo

#eda386 Color Hex

#EDA386
(237,163,134)
0 Favorites   0 Comments

Color spaces of #eda386

RGB 237163134
HSL0.050.740.73
HSV17°43°93°
CMYK 0.000.310.43   0.07
XYZ52.325345.920128.6599
Yxy45.92010.41230.3618
Hunter Lab67.764419.243922.3593
CIE-Lab73.493724.041226.1249

#eda386 color RGB value is (237,163,134).

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

The process color (four color CMYK) of #eda386 color hex is 0.00, 0.31, 0.43, 0.07. Web safe color of #eda386 is #ff9999. Color #eda386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 10000110
Octal 355 243 206
Decimal 237 163 134
Hex ED A3 86

RGB Percentages of Color #eda386

%44.38
%30.52
%25.09

CMYK Percentages of Color #eda386

%0
%31
%43
%7

Triadic Colors of #eda386

#eda386 #86eda3 #a386ed

Analogous Colors of #eda386

#eda386 #edd786 #ed869d

Monochromatic Colors of #eda386

#eda386

Complementary Color

#eda386 #86d0ed

#eda386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda386 Color CSS Codes

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

#eda386 Text Font Color

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

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


#eda386 Background Color

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

This div background color is #eda386


#eda386 Border Color

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

This div border color is #eda386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda386


Comments

No comments written yet.

Please login to write comment.