Color Hex Logo

#ed8cad Color Hex

#ED8CAD
(237,140,173)
0 Favorites   0 Comments

Color spaces of #ed8cad

RGB 237140173
HSL0.940.730.74
HSV340°41°93°
CMYK 0.000.410.27   0.07
XYZ51.846039.777844.4805
Yxy39.77780.38090.2923
Hunter Lab63.069636.36292.3339
CIE-Lab69.311040.8150-1.3119

#ed8cad color RGB value is (237,140,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10001100 10101101
Octal 355 214 255
Decimal 237 140 173
Hex ED 8C AD

RGB Percentages of Color #ed8cad

%43.09
%25.45
%31.45

CMYK Percentages of Color #ed8cad

%0
%41
%27
%7

Triadic Colors of #ed8cad

#ed8cad #aded8c #8caded

Analogous Colors of #ed8cad

#ed8cad #ed9c8c #ed8cde

Monochromatic Colors of #ed8cad

#ed8cad

Complementary Color

#ed8cad #8cedcc

#ed8cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8cad Color CSS Codes

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

#ed8cad Text Font Color

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

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


#ed8cad Background Color

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

This div background color is #ed8cad


#ed8cad Border Color

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

This div border color is #ed8cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8cad


Comments

No comments written yet.

Please login to write comment.