Color Hex Logo

#ecab2e Color Hex

#ECAB2E
(236,171,46)
0 Favorites   0 Comments

Color spaces of #ecab2e

RGB 23617146
HSL0.110.830.55
HSV39°81°93°
CMYK 0.000.280.81   0.07
XYZ49.648147.15599.0700
Yxy47.15590.46890.4454
Hunter Lab68.67028.881640.2380
CIE-Lab74.289413.499868.3248

#ecab2e color RGB value is (236,171,46).

#ecab2e hex color red value is 236, green value is 171 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ecab2e hue: 0.11 , saturation: 0.83 and the lightness value of ecab2e is 0.55.

The process color (four color CMYK) of #ecab2e color hex is 0.00, 0.28, 0.81, 0.07. Web safe color of #ecab2e is #ff9933. Color #ecab2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101011 00101110
Octal 354 253 56
Decimal 236 171 46
Hex EC AB 2E

RGB Percentages of Color #ecab2e

%52.10
%37.75
%10.15

CMYK Percentages of Color #ecab2e

%0
%28
%81
%7

Triadic Colors of #ecab2e

#ecab2e #2eecab #ab2eec

Analogous Colors of #ecab2e

#ecab2e #ceec2e #ec4c2e

Monochromatic Colors of #ecab2e

#ecab2e

Complementary Color

#ecab2e #2e6fec

#ecab2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecab2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecab2e Color CSS Codes

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

#ecab2e Text Font Color

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

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


#ecab2e Background Color

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

This div background color is #ecab2e


#ecab2e Border Color

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

This div border color is #ecab2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecab2e


Comments

No comments written yet.

Please login to write comment.