Color Hex Logo

#ecd130 Color Hex

#ECD130
(236,209,48)
0 Favorites   0 Comments

Color spaces of #ecd130

RGB 23620948
HSL0.140.830.56
HSV51°80°93°
CMYK 0.000.110.80   0.07
XYZ57.926063.647212.0284
Yxy63.64720.43360.4764
Hunter Lab79.7792-10.008546.9062
CIE-Lab83.7817-6.175976.0726

#ecd130 color RGB value is (236,209,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010001 00110000
Octal 354 321 60
Decimal 236 209 48
Hex EC D1 30

RGB Percentages of Color #ecd130

%47.87
%42.39
%9.74

CMYK Percentages of Color #ecd130

%0
%11
%80
%7

Triadic Colors of #ecd130

#ecd130 #30ecd1 #d130ec

Analogous Colors of #ecd130

#ecd130 #a9ec30 #ec7330

Monochromatic Colors of #ecd130

#ecd130

Complementary Color

#ecd130 #304bec

#ecd130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd130 Color CSS Codes

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

#ecd130 Text Font Color

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

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


#ecd130 Background Color

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

This div background color is #ecd130


#ecd130 Border Color

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

This div border color is #ecd130


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,209,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 #ecd130">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd130


Comments

No comments written yet.

Please login to write comment.