Color Hex Logo

#eca368 Color Hex

#ECA368
(236,163,104)
0 Favorites   0 Comments

Color spaces of #eca368

RGB 236163104
HSL0.070.780.67
HSV27°56°93°
CMYK 0.000.310.56   0.07
XYZ50.188045.026719.1425
Yxy45.02670.43890.3937
Hunter Lab67.101916.078330.0574
CIE-Lab72.909520.902141.2514

#eca368 color RGB value is (236,163,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 01101000
Octal 354 243 150
Decimal 236 163 104
Hex EC A3 68

RGB Percentages of Color #eca368

%46.92
%32.41
%20.68

CMYK Percentages of Color #eca368

%0
%31
%56
%7

Triadic Colors of #eca368

#eca368 #68eca3 #a368ec

Analogous Colors of #eca368

#eca368 #ece568 #ec686f

Monochromatic Colors of #eca368

#eca368

Complementary Color

#eca368 #68b1ec

#eca368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca368 Color CSS Codes

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

#eca368 Text Font Color

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

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


#eca368 Background Color

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

This div background color is #eca368


#eca368 Border Color

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

This div border color is #eca368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca368


Comments

No comments written yet.

Please login to write comment.