Color Hex Logo

#ecca6f Color Hex

#ECCA6F
(236,202,111)
0 Favorites   0 Comments

Color spaces of #ecca6f

RGB 236202111
HSL0.120.770.68
HSV44°53°93°
CMYK 0.000.140.53   0.07
XYZ58.581861.221623.7683
Yxy61.22160.40800.4264
Hunter Lab78.2442-3.283736.7604
CIE-Lab82.49770.952549.4007

#ecca6f color RGB value is (236,202,111).

#ecca6f hex color red value is 236, green value is 202 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ecca6f hue: 0.12 , saturation: 0.77 and the lightness value of ecca6f is 0.68.

The process color (four color CMYK) of #ecca6f color hex is 0.00, 0.14, 0.53, 0.07. Web safe color of #ecca6f is #ffcc66. Color #ecca6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 01101111
Octal 354 312 157
Decimal 236 202 111
Hex EC CA 6F

RGB Percentages of Color #ecca6f

%42.99
%36.79
%20.22

CMYK Percentages of Color #ecca6f

%0
%14
%53
%7

Triadic Colors of #ecca6f

#ecca6f #6fecca #ca6fec

Analogous Colors of #ecca6f

#ecca6f #d0ec6f #ec8c6f

Monochromatic Colors of #ecca6f

#ecca6f

Complementary Color

#ecca6f #6f91ec

#ecca6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecca6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecca6f Color CSS Codes

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

#ecca6f Text Font Color

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

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


#ecca6f Background Color

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

This div background color is #ecca6f


#ecca6f Border Color

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

This div border color is #ecca6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecca6f


Comments

No comments written yet.

Please login to write comment.