Color Hex Logo

#ed7cad Color Hex

#ED7CAD
(237,124,173)
0 Favorites   0 Comments

Color spaces of #ed7cad

RGB 237124173
HSL0.930.760.71
HSV334°48°93°
CMYK 0.000.480.27   0.07
XYZ49.675535.437043.7570
Yxy35.43700.38550.2750
Hunter Lab59.529044.7782-1.9110
CIE-Lab66.087548.9268-6.0606

#ed7cad color RGB value is (237,124,173).

#ed7cad hex color red value is 237, green value is 124 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ed7cad hue: 0.93 , saturation: 0.76 and the lightness value of ed7cad is 0.71.

The process color (four color CMYK) of #ed7cad color hex is 0.00, 0.48, 0.27, 0.07. Web safe color of #ed7cad is #ff6699. Color #ed7cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111100 10101101
Octal 355 174 255
Decimal 237 124 173
Hex ED 7C AD

RGB Percentages of Color #ed7cad

%44.38
%23.22
%32.40

CMYK Percentages of Color #ed7cad

%0
%48
%27
%7

Triadic Colors of #ed7cad

#ed7cad #aded7c #7caded

Analogous Colors of #ed7cad

#ed7cad #ed847c #ed7ce6

Monochromatic Colors of #ed7cad

#ed7cad

Complementary Color

#ed7cad #7cedbc

#ed7cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7cad Color CSS Codes

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

#ed7cad Text Font Color

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

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


#ed7cad Background Color

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

This div background color is #ed7cad


#ed7cad Border Color

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

This div border color is #ed7cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7cad


Comments

No comments written yet.

Please login to write comment.