Color Hex Logo

#eca469 Color Hex

#ECA469
(236,164,105)
0 Favorites   0 Comments

Color spaces of #eca469

RGB 236164105
HSL0.080.780.67
HSV27°56°93°
CMYK 0.000.310.56   0.07
XYZ50.417345.403719.4711
Yxy45.40370.43730.3938
Hunter Lab67.382315.639730.0349
CIE-Lab73.156920.450041.0406

#eca469 color RGB value is (236,164,105).

#eca469 hex color red value is 236, green value is 164 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #eca469 hue: 0.08 , saturation: 0.78 and the lightness value of eca469 is 0.67.

The process color (four color CMYK) of #eca469 color hex is 0.00, 0.31, 0.56, 0.07. Web safe color of #eca469 is #ff9966. Color #eca469 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100100 01101001
Octal 354 244 151
Decimal 236 164 105
Hex EC A4 69

RGB Percentages of Color #eca469

%46.73
%32.48
%20.79

CMYK Percentages of Color #eca469

%0
%31
%56
%7

Triadic Colors of #eca469

#eca469 #69eca4 #a469ec

Analogous Colors of #eca469

#eca469 #ece669 #ec6970

Monochromatic Colors of #eca469

#eca469

Complementary Color

#eca469 #69b1ec

#eca469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca469 Color CSS Codes

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

#eca469 Text Font Color

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

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


#eca469 Background Color

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

This div background color is #eca469


#eca469 Border Color

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

This div border color is #eca469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca469


Comments

No comments written yet.

Please login to write comment.