Color Hex Logo

#ecdc58 Color Hex

#ECDC58
(236,220,88)
0 Favorites   0 Comments

Color spaces of #ecdc58

RGB 23622088
HSL0.150.800.64
HSV54°63°93°
CMYK 0.000.070.63   0.07
XYZ61.946769.723819.4256
Yxy69.72380.41000.4615
Hunter Lab83.5008-13.702644.6573
CIE-Lab86.8612-9.859964.7565

#ecdc58 color RGB value is (236,220,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011100 01011000
Octal 354 334 130
Decimal 236 220 88
Hex EC DC 58

RGB Percentages of Color #ecdc58

%43.38
%40.44
%16.18

CMYK Percentages of Color #ecdc58

%0
%7
%63
%7

Triadic Colors of #ecdc58

#ecdc58 #58ecdc #dc58ec

Analogous Colors of #ecdc58

#ecdc58 #b2ec58 #ec9258

Monochromatic Colors of #ecdc58

#ecdc58

Complementary Color

#ecdc58 #5868ec

#ecdc58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdc58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdc58 Color CSS Codes

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

#ecdc58 Text Font Color

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

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


#ecdc58 Background Color

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

This div background color is #ecdc58


#ecdc58 Border Color

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

This div border color is #ecdc58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdc58


Comments

No comments written yet.

Please login to write comment.