Color Hex Logo

#eca66b Color Hex

#ECA66B
(236,166,107)
0 Favorites   0 Comments

Color spaces of #eca66b

RGB 236166107
HSL0.080.770.67
HSV27°55°93°
CMYK 0.000.300.55   0.07
XYZ50.882146.166820.1392
Yxy46.16680.43420.3940
Hunter Lab67.946214.765629.9888
CIE-Lab73.653619.549040.6227

#eca66b color RGB value is (236,166,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100110 01101011
Octal 354 246 153
Decimal 236 166 107
Hex EC A6 6B

RGB Percentages of Color #eca66b

%46.37
%32.61
%21.02

CMYK Percentages of Color #eca66b

%0
%30
%55
%7

Triadic Colors of #eca66b

#eca66b #6beca6 #a66bec

Analogous Colors of #eca66b

#eca66b #ece76b #ec6b71

Monochromatic Colors of #eca66b

#eca66b

Complementary Color

#eca66b #6bb1ec

#eca66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca66b Color CSS Codes

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

#eca66b Text Font Color

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

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


#eca66b Background Color

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

This div background color is #eca66b


#eca66b Border Color

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

This div border color is #eca66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca66b


Comments

No comments written yet.

Please login to write comment.