Color Hex Logo

#ecc28a Color Hex

#ECC28A
(236,194,138)
0 Favorites   0 Comments

Color spaces of #ecc28a

RGB 236194138
HSL0.100.720.73
HSV34°42°93°
CMYK 0.000.180.42   0.07
XYZ58.471358.251432.2066
Yxy58.25140.39260.3911
Hunter Lab76.32263.185628.4066
CIE-Lab80.87847.664833.7742

#ecc28a color RGB value is (236,194,138).

#ecc28a hex color red value is 236, green value is 194 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ecc28a hue: 0.10 , saturation: 0.72 and the lightness value of ecc28a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 10001010
Octal 354 302 212
Decimal 236 194 138
Hex EC C2 8A

RGB Percentages of Color #ecc28a

%41.55
%34.15
%24.30

CMYK Percentages of Color #ecc28a

%0
%18
%42
%7

Triadic Colors of #ecc28a

#ecc28a #8aecc2 #c28aec

Analogous Colors of #ecc28a

#ecc28a #e5ec8a #ec918a

Monochromatic Colors of #ecc28a

#ecc28a

Complementary Color

#ecc28a #8ab4ec

#ecc28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc28a Color CSS Codes

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

#ecc28a Text Font Color

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

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


#ecc28a Background Color

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

This div background color is #ecc28a


#ecc28a Border Color

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

This div border color is #ecc28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc28a

#ecc28a Color Palettes


Comments

No comments written yet.

Please login to write comment.