Color Hex Logo

#ecd323 Color Hex

#ECD323
(236,211,35)
0 Favorites   0 Comments

Color spaces of #ecd323

RGB 23621135
HSL0.150.840.53
HSV53°85°93°
CMYK 0.000.110.85   0.07
XYZ58.189764.542710.9812
Yxy64.54270.43520.4827
Hunter Lab80.3385-11.303648.1328
CIE-Lab84.2475-7.541379.7455

#ecd323 color RGB value is (236,211,35).

#ecd323 hex color red value is 236, green value is 211 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ecd323 hue: 0.15 , saturation: 0.84 and the lightness value of ecd323 is 0.53.

The process color (four color CMYK) of #ecd323 color hex is 0.00, 0.11, 0.85, 0.07. Web safe color of #ecd323 is #ffcc33. Color #ecd323 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010011 00100011
Octal 354 323 43
Decimal 236 211 35
Hex EC D3 23

RGB Percentages of Color #ecd323

%48.96
%43.78
%7.26

CMYK Percentages of Color #ecd323

%0
%11
%85
%7

Triadic Colors of #ecd323

#ecd323 #23ecd3 #d323ec

Analogous Colors of #ecd323

#ecd323 #a1ec23 #ec6f23

Monochromatic Colors of #ecd323

#ecd323

Complementary Color

#ecd323 #233cec

#ecd323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd323 Color CSS Codes

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

#ecd323 Text Font Color

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

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


#ecd323 Background Color

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

This div background color is #ecd323


#ecd323 Border Color

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

This div border color is #ecd323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd323


Comments

No comments written yet.

Please login to write comment.