Color Hex Logo

#ed8aca Color Hex

#ED8ACA
(237,138,202)
0 Favorites   0 Comments

Color spaces of #ed8aca

RGB 237138202
HSL0.890.730.74
HSV321°42°93°
CMYK 0.000.420.15   0.07
XYZ54.674240.445860.8023
Yxy40.44580.35070.2594
Hunter Lab63.597042.1613-12.1666
CIE-Lab69.785946.0654-16.7894

#ed8aca color RGB value is (237,138,202).

#ed8aca hex color red value is 237, green value is 138 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ed8aca hue: 0.89 , saturation: 0.73 and the lightness value of ed8aca is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001010 11001010
Octal 355 212 312
Decimal 237 138 202
Hex ED 8A CA

RGB Percentages of Color #ed8aca

%41.07
%23.92
%35.01

CMYK Percentages of Color #ed8aca

%0
%42
%15
%7

Triadic Colors of #ed8aca

#ed8aca #caed8a #8acaed

Analogous Colors of #ed8aca

#ed8aca #ed8a99 #df8aed

Monochromatic Colors of #ed8aca

#ed8aca

Complementary Color

#ed8aca #8aedad

#ed8aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8aca Color CSS Codes

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

#ed8aca Text Font Color

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

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


#ed8aca Background Color

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

This div background color is #ed8aca


#ed8aca Border Color

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

This div border color is #ed8aca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,138,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 #ed8aca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8aca


Comments

No comments written yet.

Please login to write comment.