Color Hex Logo

#ecab05 Color Hex

#ECAB05
(236,171,5)
0 Favorites   0 Comments

Color spaces of #ecab05

RGB 2361715
HSL0.120.960.47
HSV43°98°93°
CMYK 0.000.280.98   0.07
XYZ49.182446.96966.6174
Yxy46.96960.47860.4570
Hunter Lab68.53448.162042.2493
CIE-Lab74.170312.750076.8329

#ecab05 color RGB value is (236,171,5).

#ecab05 hex color red value is 236, green value is 171 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ecab05 hue: 0.12 , saturation: 0.96 and the lightness value of ecab05 is 0.47.

The process color (four color CMYK) of #ecab05 color hex is 0.00, 0.28, 0.98, 0.07. Web safe color of #ecab05 is #ff9900. Color #ecab05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101011 00000101
Octal 354 253 5
Decimal 236 171 5
Hex EC AB 5

RGB Percentages of Color #ecab05

%57.28
%41.50
%1.21

CMYK Percentages of Color #ecab05

%0
%28
%98
%7

Triadic Colors of #ecab05

#ecab05 #05ecab #ab05ec

Analogous Colors of #ecab05

#ecab05 #baec05 #ec3805

Monochromatic Colors of #ecab05

#ecab05

Complementary Color

#ecab05 #0546ec

#ecab05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecab05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecab05 Color CSS Codes

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

#ecab05 Text Font Color

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

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


#ecab05 Background Color

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

This div background color is #ecab05


#ecab05 Border Color

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

This div border color is #ecab05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecab05


Comments

No comments written yet.

Please login to write comment.