Color Hex Logo

#ecca10 Color Hex

#ECCA10
(236,202,16)
0 Favorites   0 Comments

Color spaces of #ecca10

RGB 23620216
HSL0.140.870.49
HSV51°93°93°
CMYK 0.000.140.93   0.07
XYZ55.806160.11139.1516
Yxy60.11130.44620.4806
Hunter Lab77.5315-7.198247.2736
CIE-Lab81.8986-3.294881.1831

#ecca10 color RGB value is (236,202,16).

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

The process color (four color CMYK) of #ecca10 color hex is 0.00, 0.14, 0.93, 0.07. Web safe color of #ecca10 is #ffcc00. Color #ecca10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 00010000
Octal 354 312 20
Decimal 236 202 16
Hex EC CA 10

RGB Percentages of Color #ecca10

%51.98
%44.49
%3.52

CMYK Percentages of Color #ecca10

%0
%14
%93
%7

Triadic Colors of #ecca10

#ecca10 #10ecca #ca10ec

Analogous Colors of #ecca10

#ecca10 #a0ec10 #ec5c10

Monochromatic Colors of #ecca10

#ecca10

Complementary Color

#ecca10 #1032ec

#ecca10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecca10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecca10 Color CSS Codes

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

#ecca10 Text Font Color

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

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


#ecca10 Background Color

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

This div background color is #ecca10


#ecca10 Border Color

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

This div border color is #ecca10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecca10


Comments

No comments written yet.

Please login to write comment.