Color Hex Logo

#ecd26e Color Hex

#ECD26E
(236,210,110)
0 Favorites   0 Comments

Color spaces of #ecd26e

RGB 236210110
HSL0.130.770.68
HSV48°53°93°
CMYK 0.000.110.53   0.07
XYZ60.453165.051824.1219
Yxy65.05180.40400.4348
Hunter Lab80.6547-7.354638.7261
CIE-Lab84.5104-3.239652.2766

#ecd26e color RGB value is (236,210,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 01101110
Octal 354 322 156
Decimal 236 210 110
Hex EC D2 6E

RGB Percentages of Color #ecd26e

%42.45
%37.77
%19.78

CMYK Percentages of Color #ecd26e

%0
%11
%53
%7

Triadic Colors of #ecd26e

#ecd26e #6eecd2 #d26eec

Analogous Colors of #ecd26e

#ecd26e #c7ec6e #ec936e

Monochromatic Colors of #ecd26e

#ecd26e

Complementary Color

#ecd26e #6e88ec

#ecd26e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd26e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd26e Color CSS Codes

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

#ecd26e Text Font Color

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

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


#ecd26e Background Color

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

This div background color is #ecd26e


#ecd26e Border Color

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

This div border color is #ecd26e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd26e


Comments

No comments written yet.

Please login to write comment.