Color Hex Logo

#edaec4 Color Hex

#EDAEC4
(237,174,196)
0 Favorites   0 Comments

Color spaces of #edaec4

RGB 237174196
HSL0.940.640.81
HSV339°27°93°
CMYK 0.000.270.17   0.07
XYZ60.024952.262259.1485
Yxy52.26220.35010.3049
Hunter Lab72.292621.69742.0948
CIE-Lab77.437426.2301-2.0902

#edaec4 color RGB value is (237,174,196).

#edaec4 hex color red value is 237, green value is 174 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #edaec4 hue: 0.94 , saturation: 0.64 and the lightness value of edaec4 is 0.81.

The process color (four color CMYK) of #edaec4 color hex is 0.00, 0.27, 0.17, 0.07. Web safe color of #edaec4 is #ff99cc. Color #edaec4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11000100
Octal 355 256 304
Decimal 237 174 196
Hex ED AE C4

RGB Percentages of Color #edaec4

%39.04
%28.67
%32.29

CMYK Percentages of Color #edaec4

%0
%27
%17
%7

Triadic Colors of #edaec4

#edaec4 #c4edae #aec4ed

Analogous Colors of #edaec4

#edaec4 #edb8ae #edaee4

Monochromatic Colors of #edaec4

#edaec4

Complementary Color

#edaec4 #aeedd7

#edaec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaec4 Color CSS Codes

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

#edaec4 Text Font Color

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

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


#edaec4 Background Color

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

This div background color is #edaec4


#edaec4 Border Color

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

This div border color is #edaec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaec4

#edaec4 Color Palettes


Comments

No comments written yet.

Please login to write comment.