Color Hex Logo

#edae94 Color Hex

#EDAE94
(237,174,148)
0 Favorites   0 Comments

Color spaces of #edae94

RGB 237174148
HSL0.050.710.75
HSV18°38°93°
CMYK 0.000.270.38   0.07
XYZ55.406450.414734.8278
Yxy50.41470.39390.3584
Hunter Lab71.003315.034120.6200
CIE-Lab76.323119.735822.3990

#edae94 color RGB value is (237,174,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 10010100
Octal 355 256 224
Decimal 237 174 148
Hex ED AE 94

RGB Percentages of Color #edae94

%42.40
%31.13
%26.48

CMYK Percentages of Color #edae94

%0
%27
%38
%7

Triadic Colors of #edae94

#edae94 #94edae #ae94ed

Analogous Colors of #edae94

#edae94 #eddb94 #ed94a7

Monochromatic Colors of #edae94

#edae94

Complementary Color

#edae94 #94d3ed

#edae94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edae94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edae94 Color CSS Codes

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

#edae94 Text Font Color

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

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


#edae94 Background Color

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

This div background color is #edae94


#edae94 Border Color

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

This div border color is #edae94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edae94


Comments

No comments written yet.

Please login to write comment.