Color Hex Logo

#ecd670 Color Hex

#ECD670
(236,214,112)
0 Favorites   0 Comments

Color spaces of #ecd670

RGB 236214112
HSL0.140.770.68
HSV49°53°93°
CMYK 0.000.090.53   0.07
XYZ61.563367.095925.0353
Yxy67.09590.40060.4366
Hunter Lab81.9121-9.189539.2173
CIE-Lab85.5524-5.114452.5645

#ecd670 color RGB value is (236,214,112).

#ecd670 hex color red value is 236, green value is 214 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ecd670 hue: 0.14 , saturation: 0.77 and the lightness value of ecd670 is 0.68.

The process color (four color CMYK) of #ecd670 color hex is 0.00, 0.09, 0.53, 0.07. Web safe color of #ecd670 is #ffcc66. Color #ecd670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010110 01110000
Octal 354 326 160
Decimal 236 214 112
Hex EC D6 70

RGB Percentages of Color #ecd670

%41.99
%38.08
%19.93

CMYK Percentages of Color #ecd670

%0
%9
%53
%7

Triadic Colors of #ecd670

#ecd670 #70ecd6 #d670ec

Analogous Colors of #ecd670

#ecd670 #c4ec70 #ec9870

Monochromatic Colors of #ecd670

#ecd670

Complementary Color

#ecd670 #7086ec

#ecd670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd670 Color CSS Codes

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

#ecd670 Text Font Color

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

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


#ecd670 Background Color

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

This div background color is #ecd670


#ecd670 Border Color

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

This div border color is #ecd670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd670


Comments

No comments written yet.

Please login to write comment.