Color Hex Logo

#ecd28a Color Hex

#ECD28A
(236,210,138)
0 Favorites   0 Comments

Color spaces of #ecd28a

RGB 236210138
HSL0.120.720.73
HSV44°42°93°
CMYK 0.000.110.42   0.07
XYZ62.226165.761033.4582
Yxy65.76100.38540.4073
Hunter Lab81.0932-4.942732.3028
CIE-Lab84.8744-0.645038.9595

#ecd28a color RGB value is (236,210,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 10001010
Octal 354 322 212
Decimal 236 210 138
Hex EC D2 8A

RGB Percentages of Color #ecd28a

%40.41
%35.96
%23.63

CMYK Percentages of Color #ecd28a

%0
%11
%42
%7

Triadic Colors of #ecd28a

#ecd28a #8aecd2 #d28aec

Analogous Colors of #ecd28a

#ecd28a #d5ec8a #eca18a

Monochromatic Colors of #ecd28a

#ecd28a

Complementary Color

#ecd28a #8aa4ec

#ecd28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd28a Color CSS Codes

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

#ecd28a Text Font Color

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

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


#ecd28a Background Color

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

This div background color is #ecd28a


#ecd28a Border Color

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

This div border color is #ecd28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd28a


Comments

No comments written yet.

Please login to write comment.