Color Hex Logo

#edaec8 Color Hex

#EDAEC8
(237,174,200)
0 Favorites   0 Comments

Color spaces of #edaec8

RGB 237174200
HSL0.930.640.81
HSV335°27°93°
CMYK 0.000.270.16   0.07
XYZ60.486452.446861.5788
Yxy52.44680.34660.3005
Hunter Lab72.420222.35060.2799
CIE-Lab77.547226.8531-4.1059

#edaec8 color RGB value is (237,174,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11001000
Octal 355 256 310
Decimal 237 174 200
Hex ED AE C8

RGB Percentages of Color #edaec8

%38.79
%28.48
%32.73

CMYK Percentages of Color #edaec8

%0
%27
%16
%7

Triadic Colors of #edaec8

#edaec8 #c8edae #aec8ed

Analogous Colors of #edaec8

#edaec8 #edb4ae #edaee8

Monochromatic Colors of #edaec8

#edaec8

Complementary Color

#edaec8 #aeedd3

#edaec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaec8 Color CSS Codes

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

#edaec8 Text Font Color

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

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


#edaec8 Background Color

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

This div background color is #edaec8


#edaec8 Border Color

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

This div border color is #edaec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaec8


Comments

No comments written yet.

Please login to write comment.