Color Hex Logo

#ec996c Color Hex

#EC996C
(236,153,108)
0 Favorites   0 Comments

Color spaces of #ec996c

RGB 236153108
HSL0.060.770.67
HSV21°54°93°
CMYK 0.000.350.54   0.07
XYZ48.690141.698019.6696
Yxy41.69800.44240.3789
Hunter Lab64.574021.588127.1417
CIE-Lab70.662226.527336.3577

#ec996c color RGB value is (236,153,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011001 01101100
Octal 354 231 154
Decimal 236 153 108
Hex EC 99 6C

RGB Percentages of Color #ec996c

%47.48
%30.78
%21.73

CMYK Percentages of Color #ec996c

%0
%35
%54
%7

Triadic Colors of #ec996c

#ec996c #6cec99 #996cec

Analogous Colors of #ec996c

#ec996c #ecd96c #ec6c7f

Monochromatic Colors of #ec996c

#ec996c

Complementary Color

#ec996c #6cbfec

#ec996c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec996c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec996c Color CSS Codes

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

#ec996c Text Font Color

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

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


#ec996c Background Color

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

This div background color is #ec996c


#ec996c Border Color

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

This div border color is #ec996c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec996c


Comments

No comments written yet.

Please login to write comment.