Color Hex Logo

#ecd353 Color Hex

#ECD353
(236,211,83)
0 Favorites   0 Comments

Color spaces of #ecd353

RGB 23621183
HSL0.140.800.63
HSV50°65°93°
CMYK 0.000.110.65   0.07
XYZ59.447765.045917.6055
Yxy65.04590.41840.4578
Hunter Lab80.6510-9.567443.5132
CIE-Lab84.5074-5.623664.3305

#ecd353 color RGB value is (236,211,83).

#ecd353 hex color red value is 236, green value is 211 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #ecd353 hue: 0.14 , saturation: 0.80 and the lightness value of ecd353 is 0.63.

The process color (four color CMYK) of #ecd353 color hex is 0.00, 0.11, 0.65, 0.07. Web safe color of #ecd353 is #ffcc66. Color #ecd353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010011 01010011
Octal 354 323 123
Decimal 236 211 83
Hex EC D3 53

RGB Percentages of Color #ecd353

%44.53
%39.81
%15.66

CMYK Percentages of Color #ecd353

%0
%11
%65
%7

Triadic Colors of #ecd353

#ecd353 #53ecd3 #d353ec

Analogous Colors of #ecd353

#ecd353 #b9ec53 #ec8753

Monochromatic Colors of #ecd353

#ecd353

Complementary Color

#ecd353 #536cec

#ecd353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd353 Color CSS Codes

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

#ecd353 Text Font Color

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

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


#ecd353 Background Color

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

This div background color is #ecd353


#ecd353 Border Color

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

This div border color is #ecd353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd353


Comments

No comments written yet.

Please login to write comment.