Color Hex Logo

#ecdc35 Color Hex

#ECDC35
(236,220,53)
0 Favorites   0 Comments

Color spaces of #ecdc35

RGB 23622053
HSL0.150.830.57
HSV55°78°93°
CMYK 0.000.070.78   0.07
XYZ60.827969.276313.5339
Yxy69.27630.42350.4823
Hunter Lab83.2324-15.205348.6219
CIE-Lab86.6407-11.535077.1543

#ecdc35 color RGB value is (236,220,53).

#ecdc35 hex color red value is 236, green value is 220 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ecdc35 hue: 0.15 , saturation: 0.83 and the lightness value of ecdc35 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011100 00110101
Octal 354 334 65
Decimal 236 220 53
Hex EC DC 35

RGB Percentages of Color #ecdc35

%46.37
%43.22
%10.41

CMYK Percentages of Color #ecdc35

%0
%7
%78
%7

Triadic Colors of #ecdc35

#ecdc35 #35ecdc #dc35ec

Analogous Colors of #ecdc35

#ecdc35 #a1ec35 #ec8135

Monochromatic Colors of #ecdc35

#ecdc35

Complementary Color

#ecdc35 #3545ec

#ecdc35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdc35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdc35 Color CSS Codes

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

#ecdc35 Text Font Color

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

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


#ecdc35 Background Color

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

This div background color is #ecdc35


#ecdc35 Border Color

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

This div border color is #ecdc35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdc35


Comments

No comments written yet.

Please login to write comment.