Color Hex Logo

#edaeca Color Hex

#EDAECA
(237,174,202)
0 Favorites   0 Comments

Color spaces of #edaeca

RGB 237174202
HSL0.930.640.81
HSV333°27°93°
CMYK 0.000.270.15   0.07
XYZ60.721852.540962.8181
Yxy52.54090.34490.2984
Hunter Lab72.485122.6831-0.6432
CIE-Lab77.603227.1692-5.1117

#edaeca color RGB value is (237,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11001010
Octal 355 256 312
Decimal 237 174 202
Hex ED AE CA

RGB Percentages of Color #edaeca

%38.66
%28.38
%32.95

CMYK Percentages of Color #edaeca

%0
%27
%15
%7

Triadic Colors of #edaeca

#edaeca #caedae #aecaed

Analogous Colors of #edaeca

#edaeca #edb2ae #edaeea

Monochromatic Colors of #edaeca

#edaeca

Complementary Color

#edaeca #aeedd1

#edaeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaeca Color CSS Codes

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

#edaeca Text Font Color

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

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


#edaeca Background Color

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

This div background color is #edaeca


#edaeca Border Color

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

This div border color is #edaeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaeca


Comments

No comments written yet.

Please login to write comment.