Color Hex Logo

#ecdd6c Color Hex

#ECDD6C
(236,221,108)
0 Favorites   0 Comments

Color spaces of #ecdd6c

RGB 236221108
HSL0.150.770.67
HSV53°54°93°
CMYK 0.000.060.54   0.07
XYZ63.155370.628524.4914
Yxy70.62850.39900.4462
Hunter Lab84.0408-12.931441.5501
CIE-Lab87.3042-8.968156.4787

#ecdd6c color RGB value is (236,221,108).

#ecdd6c hex color red value is 236, green value is 221 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ecdd6c hue: 0.15 , saturation: 0.77 and the lightness value of ecdd6c is 0.67.

The process color (four color CMYK) of #ecdd6c color hex is 0.00, 0.06, 0.54, 0.07. Web safe color of #ecdd6c is #ffcc66. Color #ecdd6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 01101100
Octal 354 335 154
Decimal 236 221 108
Hex EC DD 6C

RGB Percentages of Color #ecdd6c

%41.77
%39.12
%19.12

CMYK Percentages of Color #ecdd6c

%0
%6
%54
%7

Triadic Colors of #ecdd6c

#ecdd6c #6cecdd #dd6cec

Analogous Colors of #ecdd6c

#ecdd6c #bbec6c #ec9d6c

Monochromatic Colors of #ecdd6c

#ecdd6c

Complementary Color

#ecdd6c #6c7bec

#ecdd6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdd6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdd6c Color CSS Codes

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

#ecdd6c Text Font Color

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

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


#ecdd6c Background Color

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

This div background color is #ecdd6c


#ecdd6c Border Color

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

This div border color is #ecdd6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdd6c


Comments

No comments written yet.

Please login to write comment.