Color Hex Logo

#ecca76 Color Hex

#ECCA76
(236,202,118)
0 Favorites   0 Comments

Color spaces of #ecca76

RGB 236202118
HSL0.120.760.69
HSV43°50°93°
CMYK 0.000.140.50   0.07
XYZ58.982661.381925.8787
Yxy61.38190.40330.4197
Hunter Lab78.3466-2.724335.2585
CIE-Lab82.58361.550446.0852

#ecca76 color RGB value is (236,202,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 01110110
Octal 354 312 166
Decimal 236 202 118
Hex EC CA 76

RGB Percentages of Color #ecca76

%42.45
%36.33
%21.22

CMYK Percentages of Color #ecca76

%0
%14
%50
%7

Triadic Colors of #ecca76

#ecca76 #76ecca #ca76ec

Analogous Colors of #ecca76

#ecca76 #d3ec76 #ec8f76

Monochromatic Colors of #ecca76

#ecca76

Complementary Color

#ecca76 #7698ec

#ecca76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecca76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecca76 Color CSS Codes

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

#ecca76 Text Font Color

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

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


#ecca76 Background Color

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

This div background color is #ecca76


#ecca76 Border Color

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

This div border color is #ecca76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecca76


Comments

No comments written yet.

Please login to write comment.