Color Hex Logo

#eca46b Color Hex

#ECA46B
(236,164,107)
0 Favorites   0 Comments

Color spaces of #eca46b

RGB 236164107
HSL0.070.770.67
HSV27°55°93°
CMYK 0.000.310.55   0.07
XYZ50.521445.445320.0190
Yxy45.44530.43560.3918
Hunter Lab67.413115.800229.5824
CIE-Lab73.184120.611040.0404

#eca46b color RGB value is (236,164,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100100 01101011
Octal 354 244 153
Decimal 236 164 107
Hex EC A4 6B

RGB Percentages of Color #eca46b

%46.55
%32.35
%21.10

CMYK Percentages of Color #eca46b

%0
%31
%55
%7

Triadic Colors of #eca46b

#eca46b #6beca4 #a46bec

Analogous Colors of #eca46b

#eca46b #ece56b #ec6b73

Monochromatic Colors of #eca46b

#eca46b

Complementary Color

#eca46b #6bb3ec

#eca46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca46b Color CSS Codes

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

#eca46b Text Font Color

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

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


#eca46b Background Color

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

This div background color is #eca46b


#eca46b Border Color

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

This div border color is #eca46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca46b


Comments

No comments written yet.

Please login to write comment.