Color Hex Logo

#ec6c5e Color Hex

#EC6C5E
(236,108,94)
0 Favorites   0 Comments

Color spaces of #ec6c5e

RGB 23610894
HSL0.020.790.65
HSV60°93°
CMYK 0.000.540.60   0.07
XYZ41.975029.366114.0456
Yxy29.36610.49160.3439
Hunter Lab54.190543.429622.5660
CIE-Lab61.103448.420331.8821

#ec6c5e color RGB value is (236,108,94).

#ec6c5e hex color red value is 236, green value is 108 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ec6c5e hue: 0.02 , saturation: 0.79 and the lightness value of ec6c5e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101100 01011110
Octal 354 154 136
Decimal 236 108 94
Hex EC 6C 5E

RGB Percentages of Color #ec6c5e

%53.88
%24.66
%21.46

CMYK Percentages of Color #ec6c5e

%0
%54
%60
%7

Triadic Colors of #ec6c5e

#ec6c5e #5eec6c #6c5eec

Analogous Colors of #ec6c5e

#ec6c5e #ecb35e #ec5e97

Monochromatic Colors of #ec6c5e

#ec6c5e

Complementary Color

#ec6c5e #5edeec

#ec6c5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6c5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6c5e Color CSS Codes

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

#ec6c5e Text Font Color

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

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


#ec6c5e Background Color

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

This div background color is #ec6c5e


#ec6c5e Border Color

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

This div border color is #ec6c5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6c5e


Comments

No comments written yet.

Please login to write comment.