Color Hex Logo

#ecdc30 Color Hex

#ECDC30
(236,220,48)
0 Favorites   0 Comments

Color spaces of #ecdc30

RGB 23622048
HSL0.150.830.56
HSV55°80°93°
CMYK 0.000.070.80   0.07
XYZ60.718869.232712.9593
Yxy69.23270.42490.4844
Hunter Lab83.2062-15.352449.0100
CIE-Lab86.6191-11.699978.5502

#ecdc30 color RGB value is (236,220,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011100 00110000
Octal 354 334 60
Decimal 236 220 48
Hex EC DC 30

RGB Percentages of Color #ecdc30

%46.83
%43.65
%9.52

CMYK Percentages of Color #ecdc30

%0
%7
%80
%7

Triadic Colors of #ecdc30

#ecdc30 #30ecdc #dc30ec

Analogous Colors of #ecdc30

#ecdc30 #9eec30 #ec7e30

Monochromatic Colors of #ecdc30

#ecdc30

Complementary Color

#ecdc30 #3040ec

#ecdc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdc30 Color CSS Codes

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

#ecdc30 Text Font Color

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

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


#ecdc30 Background Color

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

This div background color is #ecdc30


#ecdc30 Border Color

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

This div border color is #ecdc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdc30


Comments

No comments written yet.

Please login to write comment.