Color Hex Logo

#ecd98e Color Hex

#ECD98E
(236,217,142)
0 Favorites   0 Comments

Color spaces of #ecd98e

RGB 236217142
HSL0.130.710.74
HSV48°40°93°
CMYK 0.000.080.40   0.07
XYZ64.287469.411635.6006
Yxy69.41160.37970.4100
Hunter Lab83.3136-8.062732.9844
CIE-Lab86.7075-3.804339.2988

#ecd98e color RGB value is (236,217,142).

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

The process color (four color CMYK) of #ecd98e color hex is 0.00, 0.08, 0.40, 0.07. Web safe color of #ecd98e is #ffcc99. Color #ecd98e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011001 10001110
Octal 354 331 216
Decimal 236 217 142
Hex EC D9 8E

RGB Percentages of Color #ecd98e

%39.66
%36.47
%23.87

CMYK Percentages of Color #ecd98e

%0
%8
%40
%7

Triadic Colors of #ecd98e

#ecd98e #8eecd9 #d98eec

Analogous Colors of #ecd98e

#ecd98e #d0ec8e #ecaa8e

Monochromatic Colors of #ecd98e

#ecd98e

Complementary Color

#ecd98e #8ea1ec

#ecd98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd98e Color CSS Codes

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

#ecd98e Text Font Color

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

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


#ecd98e Background Color

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

This div background color is #ecd98e


#ecd98e Border Color

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

This div border color is #ecd98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd98e


Comments

No comments written yet.

Please login to write comment.