Color Hex Logo

#ec886e Color Hex

#EC886E
(236,136,110)
0 Favorites   0 Comments

Color spaces of #ec886e

RGB 236136110
HSL0.030.770.68
HSV12°53°93°
CMYK 0.000.420.53   0.07
XYZ46.210736.567019.3744
Yxy36.56700.45240.3580
Hunter Lab60.470730.583223.3333
CIE-Lab66.950935.614930.5274

#ec886e color RGB value is (236,136,110).

#ec886e hex color red value is 236, green value is 136 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ec886e hue: 0.03 , saturation: 0.77 and the lightness value of ec886e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001000 01101110
Octal 354 210 156
Decimal 236 136 110
Hex EC 88 6E

RGB Percentages of Color #ec886e

%48.96
%28.22
%22.82

CMYK Percentages of Color #ec886e

%0
%42
%53
%7

Triadic Colors of #ec886e

#ec886e #6eec88 #886eec

Analogous Colors of #ec886e

#ec886e #ecc76e #ec6e93

Monochromatic Colors of #ec886e

#ec886e

Complementary Color

#ec886e #6ed2ec

#ec886e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec886e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec886e Color CSS Codes

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

#ec886e Text Font Color

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

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


#ec886e Background Color

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

This div background color is #ec886e


#ec886e Border Color

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

This div border color is #ec886e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,136,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 #ec886e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec886e


Comments

No comments written yet.

Please login to write comment.