Color Hex Logo

#ecd214 Color Hex

#ECD214
(236,210,20)
0 Favorites   0 Comments

Color spaces of #ecd214

RGB 23621020
HSL0.150.850.50
HSV53°92°93°
CMYK 0.000.110.92   0.07
XYZ57.764963.97669.9660
Yxy63.97660.43860.4857
Hunter Lab79.9854-11.062948.6024
CIE-Lab83.9536-7.309982.2008

#ecd214 color RGB value is (236,210,20).

#ecd214 hex color red value is 236, green value is 210 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ecd214 hue: 0.15 , saturation: 0.85 and the lightness value of ecd214 is 0.50.

The process color (four color CMYK) of #ecd214 color hex is 0.00, 0.11, 0.92, 0.07. Web safe color of #ecd214 is #ffcc00. Color #ecd214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 00010100
Octal 354 322 24
Decimal 236 210 20
Hex EC D2 14

RGB Percentages of Color #ecd214

%50.64
%45.06
%4.29

CMYK Percentages of Color #ecd214

%0
%11
%92
%7

Triadic Colors of #ecd214

#ecd214 #14ecd2 #d214ec

Analogous Colors of #ecd214

#ecd214 #9aec14 #ec6614

Monochromatic Colors of #ecd214

#ecd214

Complementary Color

#ecd214 #142eec

#ecd214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd214 Color CSS Codes

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

#ecd214 Text Font Color

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

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


#ecd214 Background Color

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

This div background color is #ecd214


#ecd214 Border Color

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

This div border color is #ecd214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd214


Comments

No comments written yet.

Please login to write comment.