Color Hex Logo

#eda093 Color Hex

#EDA093
(237,160,147)
0 Favorites   0 Comments

Color spaces of #eda093

RGB 237160147
HSL0.020.710.75
HSV38°93°
CMYK 0.000.320.38   0.07
XYZ52.762345.252733.5575
Yxy45.25270.40100.3439
Hunter Lab67.270122.281017.5125
CIE-Lab73.058027.056818.4531

#eda093 color RGB value is (237,160,147).

#eda093 hex color red value is 237, green value is 160 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #eda093 hue: 0.02 , saturation: 0.71 and the lightness value of eda093 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 10010011
Octal 355 240 223
Decimal 237 160 147
Hex ED A0 93

RGB Percentages of Color #eda093

%43.57
%29.41
%27.02

CMYK Percentages of Color #eda093

%0
%32
%38
%7

Triadic Colors of #eda093

#eda093 #93eda0 #a093ed

Analogous Colors of #eda093

#eda093 #edcd93 #ed93b3

Monochromatic Colors of #eda093

#eda093

Complementary Color

#eda093 #93e0ed

#eda093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda093 Color CSS Codes

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

#eda093 Text Font Color

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

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


#eda093 Background Color

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

This div background color is #eda093


#eda093 Border Color

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

This div border color is #eda093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda093


Comments

No comments written yet.

Please login to write comment.