Color Hex Logo

#ecab2d Color Hex

#ECAB2D
(236,171,45)
0 Favorites   0 Comments

Color spaces of #ecab2d

RGB 23617145
HSL0.110.830.55
HSV40°81°93°
CMYK 0.000.280.81   0.07
XYZ49.628647.14818.9674
Yxy47.14810.46930.4459
Hunter Lab68.66458.851640.3220
CIE-Lab74.284413.468568.6468

#ecab2d color RGB value is (236,171,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101011 00101101
Octal 354 253 55
Decimal 236 171 45
Hex EC AB 2D

RGB Percentages of Color #ecab2d

%52.21
%37.83
%9.96

CMYK Percentages of Color #ecab2d

%0
%28
%81
%7

Triadic Colors of #ecab2d

#ecab2d #2decab #ab2dec

Analogous Colors of #ecab2d

#ecab2d #ceec2d #ec4b2d

Monochromatic Colors of #ecab2d

#ecab2d

Complementary Color

#ecab2d #2d6eec

#ecab2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecab2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecab2d Color CSS Codes

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

#ecab2d Text Font Color

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

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


#ecab2d Background Color

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

This div background color is #ecab2d


#ecab2d Border Color

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

This div border color is #ecab2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecab2d


Comments

No comments written yet.

Please login to write comment.