Color Hex Logo

#ecc26c Color Hex

#ECC26C
(236,194,108)
0 Favorites   0 Comments

Color spaces of #ecc26c

RGB 236194108
HSL0.110.770.67
HSV40°54°93°
CMYK 0.000.180.54   0.07
XYZ56.590657.499122.3032
Yxy57.49910.41490.4216
Hunter Lab75.82820.515435.6409
CIE-Lab80.45954.861248.4135

#ecc26c color RGB value is (236,194,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 01101100
Octal 354 302 154
Decimal 236 194 108
Hex EC C2 6C

RGB Percentages of Color #ecc26c

%43.87
%36.06
%20.07

CMYK Percentages of Color #ecc26c

%0
%18
%54
%7

Triadic Colors of #ecc26c

#ecc26c #6cecc2 #c26cec

Analogous Colors of #ecc26c

#ecc26c #d6ec6c #ec826c

Monochromatic Colors of #ecc26c

#ecc26c

Complementary Color

#ecc26c #6c96ec

#ecc26c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc26c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc26c Color CSS Codes

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

#ecc26c Text Font Color

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

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


#ecc26c Background Color

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

This div background color is #ecc26c


#ecc26c Border Color

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

This div border color is #ecc26c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc26c


Comments

No comments written yet.

Please login to write comment.