Color Hex Logo

#ecd17d Color Hex

#ECD17D
(236,209,125)
0 Favorites   0 Comments

Color spaces of #ecd17d

RGB 236209125
HSL0.130.740.71
HSV45°47°93°
CMYK 0.000.110.47   0.07
XYZ61.094264.914528.7118
Yxy64.91450.39490.4196
Hunter Lab80.5695-5.643935.2701
CIE-Lab84.4397-1.419944.9200

#ecd17d color RGB value is (236,209,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010001 01111101
Octal 354 321 175
Decimal 236 209 125
Hex EC D1 7D

RGB Percentages of Color #ecd17d

%41.40
%36.67
%21.93

CMYK Percentages of Color #ecd17d

%0
%11
%47
%7

Triadic Colors of #ecd17d

#ecd17d #7decd1 #d17dec

Analogous Colors of #ecd17d

#ecd17d #d0ec7d #ec9a7d

Monochromatic Colors of #ecd17d

#ecd17d

Complementary Color

#ecd17d #7d98ec

#ecd17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd17d Color CSS Codes

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

#ecd17d Text Font Color

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

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


#ecd17d Background Color

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

This div background color is #ecd17d


#ecd17d Border Color

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

This div border color is #ecd17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd17d


Comments

No comments written yet.

Please login to write comment.