Color Hex Logo

#ecdf1c Color Hex

#ECDF1C
(236,223,28)
0 Favorites   0 Comments

Color spaces of #ecdf1c

RGB 23622328
HSL0.160.850.52
HSV56°88°93°
CMYK 0.000.060.88   0.07
XYZ61.189370.692111.5185
Yxy70.69210.42670.4930
Hunter Lab84.0786-17.231850.7325
CIE-Lab87.3352-13.676983.5749

#ecdf1c color RGB value is (236,223,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011111 00011100
Octal 354 337 34
Decimal 236 223 28
Hex EC DF 1C

RGB Percentages of Color #ecdf1c

%48.46
%45.79
%5.75

CMYK Percentages of Color #ecdf1c

%0
%6
%88
%7

Triadic Colors of #ecdf1c

#ecdf1c #1cecdf #df1cec

Analogous Colors of #ecdf1c

#ecdf1c #91ec1c #ec771c

Monochromatic Colors of #ecdf1c

#ecdf1c

Complementary Color

#ecdf1c #1c29ec

#ecdf1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdf1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdf1c Color CSS Codes

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

#ecdf1c Text Font Color

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

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


#ecdf1c Background Color

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

This div background color is #ecdf1c


#ecdf1c Border Color

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

This div border color is #ecdf1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdf1c


Comments

No comments written yet.

Please login to write comment.