Color Hex Logo

#ecde1c Color Hex

#ECDE1C
(236,222,28)
0 Favorites   0 Comments

Color spaces of #ecde1c

RGB 23622228
HSL0.160.850.52
HSV56°88°93°
CMYK 0.000.060.88   0.07
XYZ60.922970.159311.4297
Yxy70.15930.42750.4923
Hunter Lab83.7611-16.751750.5423
CIE-Lab87.0749-13.182583.3698

#ecde1c color RGB value is (236,222,28).

#ecde1c hex color red value is 236, green value is 222 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ecde1c hue: 0.16 , saturation: 0.85 and the lightness value of ecde1c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 00011100
Octal 354 336 34
Decimal 236 222 28
Hex EC DE 1C

RGB Percentages of Color #ecde1c

%48.56
%45.68
%5.76

CMYK Percentages of Color #ecde1c

%0
%6
%88
%7

Triadic Colors of #ecde1c

#ecde1c #1cecde #de1cec

Analogous Colors of #ecde1c

#ecde1c #92ec1c #ec761c

Monochromatic Colors of #ecde1c

#ecde1c

Complementary Color

#ecde1c #1c2aec

#ecde1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecde1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecde1c Color CSS Codes

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

#ecde1c Text Font Color

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

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


#ecde1c Background Color

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

This div background color is #ecde1c


#ecde1c Border Color

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

This div border color is #ecde1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecde1c


Comments

No comments written yet.

Please login to write comment.