Color Hex Logo

#ecc06c Color Hex

#ECC06C
(236,192,108)
0 Favorites   0 Comments

Color spaces of #ecc06c

RGB 236192108
HSL0.110.770.67
HSV39°54°93°
CMYK 0.000.190.54   0.07
XYZ56.148556.614922.1558
Yxy56.61490.41620.4196
Hunter Lab75.24291.527135.2116
CIE-Lab79.96255.905247.8169

#ecc06c color RGB value is (236,192,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000000 01101100
Octal 354 300 154
Decimal 236 192 108
Hex EC C0 6C

RGB Percentages of Color #ecc06c

%44.03
%35.82
%20.15

CMYK Percentages of Color #ecc06c

%0
%19
%54
%7

Triadic Colors of #ecc06c

#ecc06c #6cecc0 #c06cec

Analogous Colors of #ecc06c

#ecc06c #d8ec6c #ec806c

Monochromatic Colors of #ecc06c

#ecc06c

Complementary Color

#ecc06c #6c98ec

#ecc06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc06c Color CSS Codes

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

#ecc06c Text Font Color

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

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


#ecc06c Background Color

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

This div background color is #ecc06c


#ecc06c Border Color

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

This div border color is #ecc06c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,192,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 #ecc06c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc06c


Comments

No comments written yet.

Please login to write comment.