Color Hex Logo

#ec6d5e Color Hex

#EC6D5E
(236,109,94)
0 Favorites   0 Comments

Color spaces of #ec6d5e

RGB 23610994
HSL0.020.790.65
HSV60°93°
CMYK 0.000.540.60   0.07
XYZ42.081129.578314.0809
Yxy29.57830.49080.3450
Hunter Lab54.385942.938922.7196
CIE-Lab61.288747.942332.1170

#ec6d5e color RGB value is (236,109,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101101 01011110
Octal 354 155 136
Decimal 236 109 94
Hex EC 6D 5E

RGB Percentages of Color #ec6d5e

%53.76
%24.83
%21.41

CMYK Percentages of Color #ec6d5e

%0
%54
%60
%7

Triadic Colors of #ec6d5e

#ec6d5e #5eec6d #6d5eec

Analogous Colors of #ec6d5e

#ec6d5e #ecb45e #ec5e96

Monochromatic Colors of #ec6d5e

#ec6d5e

Complementary Color

#ec6d5e #5eddec

#ec6d5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec6d5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec6d5e Color CSS Codes

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

#ec6d5e Text Font Color

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

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


#ec6d5e Background Color

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

This div background color is #ec6d5e


#ec6d5e Border Color

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

This div border color is #ec6d5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec6d5e


Comments

No comments written yet.

Please login to write comment.