Color Hex Logo

#ecd473 Color Hex

#ECD473
(236,212,115)
0 Favorites   0 Comments

Color spaces of #ecd473

RGB 236212115
HSL0.130.760.69
HSV48°51°93°
CMYK 0.000.100.51   0.07
XYZ61.230166.157625.7622
Yxy66.15760.39980.4320
Hunter Lab81.3373-7.966938.1570
CIE-Lab85.0767-3.846250.5699

#ecd473 color RGB value is (236,212,115).

#ecd473 hex color red value is 236, green value is 212 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ecd473 hue: 0.13 , saturation: 0.76 and the lightness value of ecd473 is 0.69.

The process color (four color CMYK) of #ecd473 color hex is 0.00, 0.10, 0.51, 0.07. Web safe color of #ecd473 is #ffcc66. Color #ecd473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010100 01110011
Octal 354 324 163
Decimal 236 212 115
Hex EC D4 73

RGB Percentages of Color #ecd473

%41.92
%37.66
%20.43

CMYK Percentages of Color #ecd473

%0
%10
%51
%7

Triadic Colors of #ecd473

#ecd473 #73ecd4 #d473ec

Analogous Colors of #ecd473

#ecd473 #c8ec73 #ec9873

Monochromatic Colors of #ecd473

#ecd473

Complementary Color

#ecd473 #738bec

#ecd473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd473 Color CSS Codes

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

#ecd473 Text Font Color

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

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


#ecd473 Background Color

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

This div background color is #ecd473


#ecd473 Border Color

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

This div border color is #ecd473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd473


Comments

No comments written yet.

Please login to write comment.