Color Hex Logo

#ed969f Color Hex

#ED969F
(237,150,159)
0 Favorites   0 Comments

Color spaces of #ed969f

RGB 237150159
HSL0.980.710.76
HSV354°37°93°
CMYK 0.000.370.33   0.07
XYZ52.089442.320438.2241
Yxy42.32040.39270.3191
Hunter Lab65.054129.081710.7006
CIE-Lab71.091333.77979.0697

#ed969f color RGB value is (237,150,159).

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

The process color (four color CMYK) of #ed969f color hex is 0.00, 0.37, 0.33, 0.07. Web safe color of #ed969f is #ff9999. Color #ed969f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010110 10011111
Octal 355 226 237
Decimal 237 150 159
Hex ED 96 9F

RGB Percentages of Color #ed969f

%43.41
%27.47
%29.12

CMYK Percentages of Color #ed969f

%0
%37
%33
%7

Triadic Colors of #ed969f

#ed969f #9fed96 #969fed

Analogous Colors of #ed969f

#ed969f #edb996 #ed96cb

Monochromatic Colors of #ed969f

#ed969f

Complementary Color

#ed969f #96ede4

#ed969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed969f Color CSS Codes

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

#ed969f Text Font Color

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

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


#ed969f Background Color

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

This div background color is #ed969f


#ed969f Border Color

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

This div border color is #ed969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed969f


Comments

No comments written yet.

Please login to write comment.