Color Hex Logo

#ec706d Color Hex

#EC706D
(236,112,109)
0 Favorites   0 Comments

Color spaces of #ec706d

RGB 236112109
HSL0.000.770.68
HSV54°93°
CMYK 0.000.530.54   0.07
XYZ43.146630.525318.0859
Yxy30.52530.47020.3327
Hunter Lab55.249742.710519.2663
CIE-Lab62.104847.613824.7233

#ec706d color RGB value is (236,112,109).

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

The process color (four color CMYK) of #ec706d color hex is 0.00, 0.53, 0.54, 0.07. Web safe color of #ec706d is #ff6666. Color #ec706d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110000 01101101
Octal 354 160 155
Decimal 236 112 109
Hex EC 70 6D

RGB Percentages of Color #ec706d

%51.64
%24.51
%23.85

CMYK Percentages of Color #ec706d

%0
%53
%54
%7

Triadic Colors of #ec706d

#ec706d #6dec70 #706dec

Analogous Colors of #ec706d

#ec706d #ecb06d #ec6daa

Monochromatic Colors of #ec706d

#ec706d

Complementary Color

#ec706d #6de9ec

#ec706d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec706d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec706d Color CSS Codes

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

#ec706d Text Font Color

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

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


#ec706d Background Color

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

This div background color is #ec706d


#ec706d Border Color

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

This div border color is #ec706d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec706d


Comments

No comments written yet.

Please login to write comment.