Color Hex Logo

#ecd530 Color Hex

#ECD530
(236,213,48)
0 Favorites   0 Comments

Color spaces of #ecd530

RGB 23621348
HSL0.150.830.56
HSV53°80°93°
CMYK 0.000.100.80   0.07
XYZ58.919865.634812.3597
Yxy65.63480.43030.4794
Hunter Lab81.0153-11.959547.6654
CIE-Lab84.8098-8.196576.9720

#ecd530 color RGB value is (236,213,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010101 00110000
Octal 354 325 60
Decimal 236 213 48
Hex EC D5 30

RGB Percentages of Color #ecd530

%47.48
%42.86
%9.66

CMYK Percentages of Color #ecd530

%0
%10
%80
%7

Triadic Colors of #ecd530

#ecd530 #30ecd5 #d530ec

Analogous Colors of #ecd530

#ecd530 #a5ec30 #ec7730

Monochromatic Colors of #ecd530

#ecd530

Complementary Color

#ecd530 #3047ec

#ecd530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd530 Color CSS Codes

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

#ecd530 Text Font Color

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

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


#ecd530 Background Color

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

This div background color is #ecd530


#ecd530 Border Color

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

This div border color is #ecd530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd530


Comments

No comments written yet.

Please login to write comment.