Color Hex Logo

#ecc28e Color Hex

#ECC28E
(236,194,142)
0 Favorites   0 Comments

Color spaces of #ecc28e

RGB 236194142
HSL0.090.710.74
HSV33°40°93°
CMYK 0.000.180.40   0.07
XYZ58.766358.369433.7603
Yxy58.36940.38940.3868
Hunter Lab76.39993.601327.2803
CIE-Lab80.94378.097031.7776

#ecc28e color RGB value is (236,194,142).

#ecc28e hex color red value is 236, green value is 194 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ecc28e hue: 0.09 , saturation: 0.71 and the lightness value of ecc28e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 10001110
Octal 354 302 216
Decimal 236 194 142
Hex EC C2 8E

RGB Percentages of Color #ecc28e

%41.26
%33.92
%24.83

CMYK Percentages of Color #ecc28e

%0
%18
%40
%7

Triadic Colors of #ecc28e

#ecc28e #8eecc2 #c28eec

Analogous Colors of #ecc28e

#ecc28e #e7ec8e #ec938e

Monochromatic Colors of #ecc28e

#ecc28e

Complementary Color

#ecc28e #8eb8ec

#ecc28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc28e Color CSS Codes

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

#ecc28e Text Font Color

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

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


#ecc28e Background Color

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

This div background color is #ecc28e


#ecc28e Border Color

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

This div border color is #ecc28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc28e


Comments

No comments written yet.

Please login to write comment.