Color Hex Logo

#ed699c Color Hex

#ED699C
(237,105,156)
0 Favorites   0 Comments

Color spaces of #ed699c

RGB 237105156
HSL0.940.790.67
HSV337°56°93°
CMYK 0.000.560.34   0.07
XYZ45.977430.508034.9178
Yxy30.50800.41270.2739
Hunter Lab55.234051.92571.1819
CIE-Lab62.090155.9039-2.2584

#ed699c color RGB value is (237,105,156).

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

The process color (four color CMYK) of #ed699c color hex is 0.00, 0.56, 0.34, 0.07. Web safe color of #ed699c is #ff6699. Color #ed699c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 10011100
Octal 355 151 234
Decimal 237 105 156
Hex ED 69 9C

RGB Percentages of Color #ed699c

%47.59
%21.08
%31.33

CMYK Percentages of Color #ed699c

%0
%56
%34
%7

Triadic Colors of #ed699c

#ed699c #9ced69 #699ced

Analogous Colors of #ed699c

#ed699c #ed7869 #ed69de

Monochromatic Colors of #ed699c

#ed699c

Complementary Color

#ed699c #69edba

#ed699c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed699c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed699c Color CSS Codes

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

#ed699c Text Font Color

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

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


#ed699c Background Color

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

This div background color is #ed699c


#ed699c Border Color

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

This div border color is #ed699c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed699c


Comments

No comments written yet.

Please login to write comment.