Color Hex Logo

#ecca1c Color Hex

#ECCA1C
(236,202,28)
0 Favorites   0 Comments

Color spaces of #ecca1c

RGB 23620228
HSL0.140.850.52
HSV50°88°93°
CMYK 0.000.140.88   0.07
XYZ55.922260.15789.7628
Yxy60.15780.44440.4780
Hunter Lab77.5615-7.033246.8301
CIE-Lab81.9239-3.113479.3181

#ecca1c color RGB value is (236,202,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 00011100
Octal 354 312 34
Decimal 236 202 28
Hex EC CA 1C

RGB Percentages of Color #ecca1c

%50.64
%43.35
%6.01

CMYK Percentages of Color #ecca1c

%0
%14
%88
%7

Triadic Colors of #ecca1c

#ecca1c #1cecca #ca1cec

Analogous Colors of #ecca1c

#ecca1c #a6ec1c #ec621c

Monochromatic Colors of #ecca1c

#ecca1c

Complementary Color

#ecca1c #1c3eec

#ecca1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecca1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecca1c Color CSS Codes

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

#ecca1c Text Font Color

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

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


#ecca1c Background Color

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

This div background color is #ecca1c


#ecca1c Border Color

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

This div border color is #ecca1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecca1c


Comments

No comments written yet.

Please login to write comment.