Color Hex Logo

#ed906f Color Hex

#ED906F
(237,144,111)
0 Favorites   0 Comments

Color spaces of #ed906f

RGB 237144111
HSL0.040.780.68
HSV16°53°93°
CMYK 0.000.390.53   0.07
XYZ47.767639.098720.0681
Yxy39.09870.44670.3656
Hunter Lab62.529026.935424.7417
CIE-Lab68.822731.913532.4277

#ed906f color RGB value is (237,144,111).

#ed906f hex color red value is 237, green value is 144 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ed906f hue: 0.04 , saturation: 0.78 and the lightness value of ed906f is 0.68.

The process color (four color CMYK) of #ed906f color hex is 0.00, 0.39, 0.53, 0.07. Web safe color of #ed906f is #ff9966. Color #ed906f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010000 01101111
Octal 355 220 157
Decimal 237 144 111
Hex ED 90 6F

RGB Percentages of Color #ed906f

%48.17
%29.27
%22.56

CMYK Percentages of Color #ed906f

%0
%39
%53
%7

Triadic Colors of #ed906f

#ed906f #6fed90 #906fed

Analogous Colors of #ed906f

#ed906f #edcf6f #ed6f8d

Monochromatic Colors of #ed906f

#ed906f

Complementary Color

#ed906f #6fcced

#ed906f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed906f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed906f Color CSS Codes

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

#ed906f Text Font Color

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

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


#ed906f Background Color

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

This div background color is #ed906f


#ed906f Border Color

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

This div border color is #ed906f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed906f


Comments

No comments written yet.

Please login to write comment.