Color Hex Logo

#ed696e Color Hex

#ED696E
(237,105,110)
0 Favorites   0 Comments

Color spaces of #ed696e

RGB 237105110
HSL0.990.790.67
HSV358°56°93°
CMYK 0.000.560.54   0.07
XYZ42.791129.233518.1391
Yxy29.23350.47460.3242
Hunter Lab54.068046.651417.9566
CIE-Lab60.987251.373122.6885

#ed696e color RGB value is (237,105,110).

#ed696e hex color red value is 237, green value is 105 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ed696e hue: 0.99 , saturation: 0.79 and the lightness value of ed696e is 0.67.

The process color (four color CMYK) of #ed696e color hex is 0.00, 0.56, 0.54, 0.07. Web safe color of #ed696e is #ff6666. Color #ed696e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 01101110
Octal 355 151 156
Decimal 237 105 110
Hex ED 69 6E

RGB Percentages of Color #ed696e

%52.43
%23.23
%24.34

CMYK Percentages of Color #ed696e

%0
%56
%54
%7

Triadic Colors of #ed696e

#ed696e #6eed69 #696eed

Analogous Colors of #ed696e

#ed696e #eda669 #ed69b0

Monochromatic Colors of #ed696e

#ed696e

Complementary Color

#ed696e #69ede8

#ed696e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed696e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed696e Color CSS Codes

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

#ed696e Text Font Color

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

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


#ed696e Background Color

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

This div background color is #ed696e


#ed696e Border Color

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

This div border color is #ed696e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed696e


Comments

No comments written yet.

Please login to write comment.