Color Hex Logo

#ecc26f Color Hex

#ECC26F
(236,194,111)
0 Favorites   0 Comments

Color spaces of #ecc26f

RGB 236194111
HSL0.110.770.68
HSV40°53°93°
CMYK 0.000.180.53   0.07
XYZ56.753157.564123.1587
Yxy57.56410.41280.4187
Hunter Lab75.87100.747535.0122
CIE-Lab80.49585.106846.9876

#ecc26f color RGB value is (236,194,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 01101111
Octal 354 302 157
Decimal 236 194 111
Hex EC C2 6F

RGB Percentages of Color #ecc26f

%43.62
%35.86
%20.52

CMYK Percentages of Color #ecc26f

%0
%18
%53
%7

Triadic Colors of #ecc26f

#ecc26f #6fecc2 #c26fec

Analogous Colors of #ecc26f

#ecc26f #d8ec6f #ec846f

Monochromatic Colors of #ecc26f

#ecc26f

Complementary Color

#ecc26f #6f99ec

#ecc26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc26f Color CSS Codes

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

#ecc26f Text Font Color

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

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


#ecc26f Background Color

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

This div background color is #ecc26f


#ecc26f Border Color

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

This div border color is #ecc26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc26f


Comments

No comments written yet.

Please login to write comment.