Color Hex Logo

#ecc29a Color Hex

#ECC29A
(236,194,154)
0 Favorites   0 Comments

Color spaces of #ecc29a

RGB 236194154
HSL0.080.680.76
HSV29°35°93°
CMYK 0.000.180.35   0.07
XYZ59.716658.749538.7642
Yxy58.74950.37980.3737
Hunter Lab76.64824.934923.6683
CIE-Lab81.15379.475725.7573

#ecc29a color RGB value is (236,194,154).

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

The process color (four color CMYK) of #ecc29a color hex is 0.00, 0.18, 0.35, 0.07. Web safe color of #ecc29a is #ffcc99. Color #ecc29a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 10011010
Octal 354 302 232
Decimal 236 194 154
Hex EC C2 9A

RGB Percentages of Color #ecc29a

%40.41
%33.22
%26.37

CMYK Percentages of Color #ecc29a

%0
%18
%35
%7

Triadic Colors of #ecc29a

#ecc29a #9aecc2 #c29aec

Analogous Colors of #ecc29a

#ecc29a #eceb9a #ec9a9b

Monochromatic Colors of #ecc29a

#ecc29a

Complementary Color

#ecc29a #9ac4ec

#ecc29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc29a Color CSS Codes

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

#ecc29a Text Font Color

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

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


#ecc29a Background Color

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

This div background color is #ecc29a


#ecc29a Border Color

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

This div border color is #ecc29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc29a


Comments

No comments written yet.

Please login to write comment.