Color Hex Logo

#ecdb35 Color Hex

#ECDB35
(236,219,53)
0 Favorites   0 Comments

Color spaces of #ecdb35

RGB 23621953
HSL0.150.830.57
HSV54°78°93°
CMYK 0.000.070.78   0.07
XYZ60.566268.752913.4466
Yxy68.75290.42420.4816
Hunter Lab82.9174-14.721848.4272
CIE-Lab86.3815-11.036876.9226

#ecdb35 color RGB value is (236,219,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 00110101
Octal 354 333 65
Decimal 236 219 53
Hex EC DB 35

RGB Percentages of Color #ecdb35

%46.46
%43.11
%10.43

CMYK Percentages of Color #ecdb35

%0
%7
%78
%7

Triadic Colors of #ecdb35

#ecdb35 #35ecdb #db35ec

Analogous Colors of #ecdb35

#ecdb35 #a2ec35 #ec8035

Monochromatic Colors of #ecdb35

#ecdb35

Complementary Color

#ecdb35 #3546ec

#ecdb35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdb35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdb35 Color CSS Codes

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

#ecdb35 Text Font Color

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

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


#ecdb35 Background Color

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

This div background color is #ecdb35


#ecdb35 Border Color

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

This div border color is #ecdb35


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,219,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 #ecdb35">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdb35

#ecdb35 Color Palettes


Comments

No comments written yet.

Please login to write comment.