Color Hex Logo

#ecd986 Color Hex

#ECD986
(236,217,134)
0 Favorites   0 Comments

Color spaces of #ecd986

RGB 236217134
HSL0.140.730.73
HSV49°43°93°
CMYK 0.000.080.43   0.07
XYZ63.708069.179832.5495
Yxy69.17980.38510.4182
Hunter Lab83.1744-8.831935.0195
CIE-Lab86.5930-4.633543.1558

#ecd986 color RGB value is (236,217,134).

#ecd986 hex color red value is 236, green value is 217 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ecd986 hue: 0.14 , saturation: 0.73 and the lightness value of ecd986 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011001 10000110
Octal 354 331 206
Decimal 236 217 134
Hex EC D9 86

RGB Percentages of Color #ecd986

%40.20
%36.97
%22.83

CMYK Percentages of Color #ecd986

%0
%8
%43
%7

Triadic Colors of #ecd986

#ecd986 #86ecd9 #d986ec

Analogous Colors of #ecd986

#ecd986 #ccec86 #eca686

Monochromatic Colors of #ecd986

#ecd986

Complementary Color

#ecd986 #8699ec

#ecd986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd986 Color CSS Codes

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

#ecd986 Text Font Color

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

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


#ecd986 Background Color

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

This div background color is #ecd986


#ecd986 Border Color

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

This div border color is #ecd986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd986


Comments

No comments written yet.

Please login to write comment.