Color Hex Logo

#ecab0f Color Hex

#ECAB0F
(236,171,15)
0 Favorites   0 Comments

Color spaces of #ecab0f

RGB 23617115
HSL0.120.880.49
HSV42°94°93°
CMYK 0.000.280.94   0.07
XYZ49.241246.99326.9272
Yxy46.99320.47730.4555
Hunter Lab68.55168.252841.9948
CIE-Lab74.185412.844875.6505

#ecab0f color RGB value is (236,171,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101011 00001111
Octal 354 253 17
Decimal 236 171 15
Hex EC AB F

RGB Percentages of Color #ecab0f

%55.92
%40.52
%3.55

CMYK Percentages of Color #ecab0f

%0
%28
%94
%7

Triadic Colors of #ecab0f

#ecab0f #0fecab #ab0fec

Analogous Colors of #ecab0f

#ecab0f #bfec0f #ec3d0f

Monochromatic Colors of #ecab0f

#ecab0f

Complementary Color

#ecab0f #0f50ec

#ecab0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecab0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecab0f Color CSS Codes

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

#ecab0f Text Font Color

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

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


#ecab0f Background Color

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

This div background color is #ecab0f


#ecab0f Border Color

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

This div border color is #ecab0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecab0f


Comments

No comments written yet.

Please login to write comment.