Color Hex Logo

#ecca54 Color Hex

#ECCA54
(236,202,84)
0 Favorites   0 Comments

Color spaces of #ecca54

RGB 23620284
HSL0.130.800.63
HSV47°64°93°
CMYK 0.000.140.64   0.07
XYZ57.312860.714017.0858
Yxy60.71400.42420.4494
Hunter Lab77.9192-5.064441.5426
CIE-Lab82.2248-0.965961.4778

#ecca54 color RGB value is (236,202,84).

#ecca54 hex color red value is 236, green value is 202 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ecca54 hue: 0.13 , saturation: 0.80 and the lightness value of ecca54 is 0.63.

The process color (four color CMYK) of #ecca54 color hex is 0.00, 0.14, 0.64, 0.07. Web safe color of #ecca54 is #ffcc66. Color #ecca54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 01010100
Octal 354 312 124
Decimal 236 202 84
Hex EC CA 54

RGB Percentages of Color #ecca54

%45.21
%38.70
%16.09

CMYK Percentages of Color #ecca54

%0
%14
%64
%7

Triadic Colors of #ecca54

#ecca54 #54ecca #ca54ec

Analogous Colors of #ecca54

#ecca54 #c2ec54 #ec7e54

Monochromatic Colors of #ecca54

#ecca54

Complementary Color

#ecca54 #5476ec

#ecca54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecca54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecca54 Color CSS Codes

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

#ecca54 Text Font Color

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

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


#ecca54 Background Color

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

This div background color is #ecca54


#ecca54 Border Color

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

This div border color is #ecca54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecca54


Comments

No comments written yet.

Please login to write comment.