Color Hex Logo

#ecda55 Color Hex

#ECDA55
(236,218,85)
0 Favorites   0 Comments

Color spaces of #ecda55

RGB 23621885
HSL0.150.800.63
HSV53°64°93°
CMYK 0.000.080.64   0.07
XYZ61.303268.631618.6105
Yxy68.63160.41270.4620
Hunter Lab82.8442-12.890644.6718
CIE-Lab86.3213-9.038965.4229

#ecda55 color RGB value is (236,218,85).

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

The process color (four color CMYK) of #ecda55 color hex is 0.00, 0.08, 0.64, 0.07. Web safe color of #ecda55 is #ffcc66. Color #ecda55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011010 01010101
Octal 354 332 125
Decimal 236 218 85
Hex EC DA 55

RGB Percentages of Color #ecda55

%43.78
%40.45
%15.77

CMYK Percentages of Color #ecda55

%0
%8
%64
%7

Triadic Colors of #ecda55

#ecda55 #55ecda #da55ec

Analogous Colors of #ecda55

#ecda55 #b3ec55 #ec8f55

Monochromatic Colors of #ecda55

#ecda55

Complementary Color

#ecda55 #5567ec

#ecda55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecda55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecda55 Color CSS Codes

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

#ecda55 Text Font Color

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

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


#ecda55 Background Color

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

This div background color is #ecda55


#ecda55 Border Color

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

This div border color is #ecda55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecda55


Comments

No comments written yet.

Please login to write comment.