Color Hex Logo

#eda392 Color Hex

#EDA392
(237,163,146)
0 Favorites   0 Comments

Color spaces of #eda392

RGB 237163146
HSL0.030.720.75
HSV11°38°93°
CMYK 0.000.310.38   0.07
XYZ53.210646.274233.3214
Yxy46.27420.40070.3484
Hunter Lab68.025120.582218.5750
CIE-Lab73.723125.350419.9174

#eda392 color RGB value is (237,163,146).

#eda392 hex color red value is 237, green value is 163 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #eda392 hue: 0.03 , saturation: 0.72 and the lightness value of eda392 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 10010010
Octal 355 243 222
Decimal 237 163 146
Hex ED A3 92

RGB Percentages of Color #eda392

%43.41
%29.85
%26.74

CMYK Percentages of Color #eda392

%0
%31
%38
%7

Triadic Colors of #eda392

#eda392 #92eda3 #a392ed

Analogous Colors of #eda392

#eda392 #edd192 #ed92af

Monochromatic Colors of #eda392

#eda392

Complementary Color

#eda392 #92dced

#eda392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda392 Color CSS Codes

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

#eda392 Text Font Color

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

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


#eda392 Background Color

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

This div background color is #eda392


#eda392 Border Color

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

This div border color is #eda392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda392


Comments

No comments written yet.

Please login to write comment.