Color Hex Logo

#ecdc62 Color Hex

#ECDC62
(236,220,98)
0 Favorites   0 Comments

Color spaces of #ecdc62

RGB 23622098
HSL0.150.780.65
HSV53°58°93°
CMYK 0.000.070.58   0.07
XYZ62.389969.901121.7592
Yxy69.90110.40500.4538
Hunter Lab83.6069-13.110143.0942
CIE-Lab86.9483-9.204060.5676

#ecdc62 color RGB value is (236,220,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011100 01100010
Octal 354 334 142
Decimal 236 220 98
Hex EC DC 62

RGB Percentages of Color #ecdc62

%42.60
%39.71
%17.69

CMYK Percentages of Color #ecdc62

%0
%7
%58
%7

Triadic Colors of #ecdc62

#ecdc62 #62ecdc #dc62ec

Analogous Colors of #ecdc62

#ecdc62 #b7ec62 #ec9762

Monochromatic Colors of #ecdc62

#ecdc62

Complementary Color

#ecdc62 #6272ec

#ecdc62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdc62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdc62 Color CSS Codes

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

#ecdc62 Text Font Color

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

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


#ecdc62 Background Color

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

This div background color is #ecdc62


#ecdc62 Border Color

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

This div border color is #ecdc62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdc62


Comments

No comments written yet.

Please login to write comment.