Color Hex Logo

#ec988f Color Hex

#EC988F
(236,152,143)
0 Favorites   0 Comments

Color spaces of #ec988f

RGB 236152143
HSL0.020.710.74
HSV39°93°
CMYK 0.000.360.39   0.07
XYZ50.778242.272531.4697
Yxy42.27250.40780.3395
Hunter Lab65.017325.627316.8145
CIE-Lab71.058430.458917.8674

#ec988f color RGB value is (236,152,143).

#ec988f hex color red value is 236, green value is 152 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ec988f hue: 0.02 , saturation: 0.71 and the lightness value of ec988f is 0.74.

The process color (four color CMYK) of #ec988f color hex is 0.00, 0.36, 0.39, 0.07. Web safe color of #ec988f is #ff9999. Color #ec988f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011000 10001111
Octal 354 230 217
Decimal 236 152 143
Hex EC 98 8F

RGB Percentages of Color #ec988f

%44.44
%28.63
%26.93

CMYK Percentages of Color #ec988f

%0
%36
%39
%7

Triadic Colors of #ec988f

#ec988f #8fec98 #988fec

Analogous Colors of #ec988f

#ec988f #ecc78f #ec8fb5

Monochromatic Colors of #ec988f

#ec988f

Complementary Color

#ec988f #8fe3ec

#ec988f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec988f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec988f Color CSS Codes

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

#ec988f Text Font Color

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

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


#ec988f Background Color

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

This div background color is #ec988f


#ec988f Border Color

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

This div border color is #ec988f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,152,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec988f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec988f;
  -webkit-box-shadow: 1px 1px 3px 2px #ec988f;
  box-shadow:         1px 1px 3px 2px #ec988f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,152,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec988f


Comments

No comments written yet.

Please login to write comment.