Color Hex Logo

#ecda7e Color Hex

#ECDA7E
(236,218,126)
0 Favorites   0 Comments

Color spaces of #ecda7e

RGB 236218126
HSL0.140.740.71
HSV50°47°93°
CMYK 0.000.080.47   0.07
XYZ63.429469.482029.8070
Yxy69.48200.38980.4270
Hunter Lab83.3559-10.043737.1478
CIE-Lab86.7422-5.915347.2795

#ecda7e color RGB value is (236,218,126).

#ecda7e hex color red value is 236, green value is 218 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ecda7e hue: 0.14 , saturation: 0.74 and the lightness value of ecda7e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011010 01111110
Octal 354 332 176
Decimal 236 218 126
Hex EC DA 7E

RGB Percentages of Color #ecda7e

%40.69
%37.59
%21.72

CMYK Percentages of Color #ecda7e

%0
%8
%47
%7

Triadic Colors of #ecda7e

#ecda7e #7eecda #da7eec

Analogous Colors of #ecda7e

#ecda7e #c7ec7e #eca37e

Monochromatic Colors of #ecda7e

#ecda7e

Complementary Color

#ecda7e #7e90ec

#ecda7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecda7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecda7e Color CSS Codes

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

#ecda7e Text Font Color

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

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


#ecda7e Background Color

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

This div background color is #ecda7e


#ecda7e Border Color

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

This div border color is #ecda7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecda7e


Comments

No comments written yet.

Please login to write comment.