Color Hex Logo

#ecdc48 Color Hex

#ECDC48
(236,220,72)
0 Favorites   0 Comments

Color spaces of #ecdc48

RGB 23622072
HSL0.150.810.60
HSV54°69°93°
CMYK 0.000.070.69   0.07
XYZ61.355069.487116.3095
Yxy69.48710.41700.4722
Hunter Lab83.3589-14.496046.7509
CIE-Lab86.7447-10.742270.9300

#ecdc48 color RGB value is (236,220,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011100 01001000
Octal 354 334 110
Decimal 236 220 72
Hex EC DC 48

RGB Percentages of Color #ecdc48

%44.70
%41.67
%13.64

CMYK Percentages of Color #ecdc48

%0
%7
%69
%7

Triadic Colors of #ecdc48

#ecdc48 #48ecdc #dc48ec

Analogous Colors of #ecdc48

#ecdc48 #aaec48 #ec8a48

Monochromatic Colors of #ecdc48

#ecdc48

Complementary Color

#ecdc48 #4858ec

#ecdc48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdc48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdc48 Color CSS Codes

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

#ecdc48 Text Font Color

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

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


#ecdc48 Background Color

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

This div background color is #ecdc48


#ecdc48 Border Color

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

This div border color is #ecdc48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdc48


Comments

No comments written yet.

Please login to write comment.