Color Hex Logo

#ecd574 Color Hex

#ECD574
(236,213,116)
0 Favorites   0 Comments

Color spaces of #ecd574

RGB 236213116
HSL0.130.760.69
HSV49°51°93°
CMYK 0.000.100.51   0.07
XYZ61.538766.682326.1505
Yxy66.68230.39860.4320
Hunter Lab81.6592-8.385438.1745
CIE-Lab85.3433-4.270750.4110

#ecd574 color RGB value is (236,213,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010101 01110100
Octal 354 325 164
Decimal 236 213 116
Hex EC D5 74

RGB Percentages of Color #ecd574

%41.77
%37.70
%20.53

CMYK Percentages of Color #ecd574

%0
%10
%51
%7

Triadic Colors of #ecd574

#ecd574 #74ecd5 #d574ec

Analogous Colors of #ecd574

#ecd574 #c7ec74 #ec9974

Monochromatic Colors of #ecd574

#ecd574

Complementary Color

#ecd574 #748bec

#ecd574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd574 Color CSS Codes

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

#ecd574 Text Font Color

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

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


#ecd574 Background Color

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

This div background color is #ecd574


#ecd574 Border Color

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

This div border color is #ecd574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd574


Comments

No comments written yet.

Please login to write comment.