Color Hex Logo

#ecca7c Color Hex

#ECCA7C
(236,202,124)
0 Favorites   0 Comments

Color spaces of #ecca7c

RGB 236202124
HSL0.120.750.71
HSV42°47°93°
CMYK 0.000.140.47   0.07
XYZ59.350761.529227.8170
Yxy61.52920.39910.4138
Hunter Lab78.4406-2.212033.8827
CIE-Lab82.66242.096243.2022

#ecca7c color RGB value is (236,202,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 01111100
Octal 354 312 174
Decimal 236 202 124
Hex EC CA 7C

RGB Percentages of Color #ecca7c

%41.99
%35.94
%22.06

CMYK Percentages of Color #ecca7c

%0
%14
%47
%7

Triadic Colors of #ecca7c

#ecca7c #7cecca #ca7cec

Analogous Colors of #ecca7c

#ecca7c #d6ec7c #ec927c

Monochromatic Colors of #ecca7c

#ecca7c

Complementary Color

#ecca7c #7c9eec

#ecca7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecca7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecca7c Color CSS Codes

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

#ecca7c Text Font Color

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

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


#ecca7c Background Color

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

This div background color is #ecca7c


#ecca7c Border Color

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

This div border color is #ecca7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecca7c


Comments

No comments written yet.

Please login to write comment.