Color Hex Logo

#ec996e Color Hex

#EC996E
(236,153,110)
0 Favorites   0 Comments

Color spaces of #ec996e

RGB 236153110
HSL0.060.770.68
HSV20°53°93°
CMYK 0.000.350.53   0.07
XYZ48.797841.741120.2368
Yxy41.74110.44050.3768
Hunter Lab64.607421.757826.6539
CIE-Lab70.692126.693435.3327

#ec996e color RGB value is (236,153,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011001 01101110
Octal 354 231 156
Decimal 236 153 110
Hex EC 99 6E

RGB Percentages of Color #ec996e

%47.29
%30.66
%22.04

CMYK Percentages of Color #ec996e

%0
%35
%53
%7

Triadic Colors of #ec996e

#ec996e #6eec99 #996eec

Analogous Colors of #ec996e

#ec996e #ecd86e #ec6e82

Monochromatic Colors of #ec996e

#ec996e

Complementary Color

#ec996e #6ec1ec

#ec996e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec996e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec996e Color CSS Codes

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

#ec996e Text Font Color

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

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


#ec996e Background Color

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

This div background color is #ec996e


#ec996e Border Color

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

This div border color is #ec996e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec996e


Comments

No comments written yet.

Please login to write comment.