Color Hex Logo

#ed90ae Color Hex

#ED90AE
(237,144,174)
0 Favorites   0 Comments

Color spaces of #ed90ae

RGB 237144174
HSL0.950.720.75
HSV341°39°93°
CMYK 0.000.390.27   0.07
XYZ52.538341.007045.1905
Yxy41.00700.37870.2956
Hunter Lab64.036734.38442.9849
CIE-Lab70.180838.8760-0.5975

#ed90ae color RGB value is (237,144,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010000 10101110
Octal 355 220 256
Decimal 237 144 174
Hex ED 90 AE

RGB Percentages of Color #ed90ae

%42.70
%25.95
%31.35

CMYK Percentages of Color #ed90ae

%0
%39
%27
%7

Triadic Colors of #ed90ae

#ed90ae #aeed90 #90aeed

Analogous Colors of #ed90ae

#ed90ae #eda190 #ed90dd

Monochromatic Colors of #ed90ae

#ed90ae

Complementary Color

#ed90ae #90edcf

#ed90ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed90ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed90ae Color CSS Codes

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

#ed90ae Text Font Color

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

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


#ed90ae Background Color

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

This div background color is #ed90ae


#ed90ae Border Color

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

This div border color is #ed90ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed90ae


Comments

No comments written yet.

Please login to write comment.