Color Hex Logo

#edaecf Color Hex

#EDAECF
(237,174,207)
0 Favorites   0 Comments

Color spaces of #edaecf

RGB 237174207
HSL0.910.640.81
HSV329°27°93°
CMYK 0.000.270.13   0.07
XYZ61.323652.781665.9873
Yxy52.78160.34050.2931
Hunter Lab72.650923.5301-2.9962
CIE-Lab77.745927.9720-7.6197

#edaecf color RGB value is (237,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11001111
Octal 355 256 317
Decimal 237 174 207
Hex ED AE CF

RGB Percentages of Color #edaecf

%38.35
%28.16
%33.50

CMYK Percentages of Color #edaecf

%0
%27
%13
%7

Triadic Colors of #edaecf

#edaecf #cfedae #aecfed

Analogous Colors of #edaecf

#edaecf #edaeb0 #ecaeed

Monochromatic Colors of #edaecf

#edaecf

Complementary Color

#edaecf #aeedcc

#edaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaecf Color CSS Codes

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

#edaecf Text Font Color

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

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


#edaecf Background Color

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

This div background color is #edaecf


#edaecf Border Color

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

This div border color is #edaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaecf


Comments

No comments written yet.

Please login to write comment.