Color Hex Logo

#edae93 Color Hex

#EDAE93
(237,174,147)
0 Favorites   0 Comments

Color spaces of #edae93

RGB 237174147
HSL0.050.710.75
HSV18°38°93°
CMYK 0.000.270.38   0.07
XYZ55.327650.383234.4126
Yxy50.38320.39480.3596
Hunter Lab70.981114.918320.9422
CIE-Lab76.303919.620522.9116

#edae93 color RGB value is (237,174,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 10010011
Octal 355 256 223
Decimal 237 174 147
Hex ED AE 93

RGB Percentages of Color #edae93

%42.47
%31.18
%26.34

CMYK Percentages of Color #edae93

%0
%27
%38
%7

Triadic Colors of #edae93

#edae93 #93edae #ae93ed

Analogous Colors of #edae93

#edae93 #eddb93 #ed93a5

Monochromatic Colors of #edae93

#edae93

Complementary Color

#edae93 #93d2ed

#edae93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edae93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edae93 Color CSS Codes

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

#edae93 Text Font Color

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

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


#edae93 Background Color

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

This div background color is #edae93


#edae93 Border Color

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

This div border color is #edae93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edae93


Comments

No comments written yet.

Please login to write comment.