Color Hex Logo

#eca82d Color Hex

#ECA82D
(236,168,45)
0 Favorites   0 Comments

Color spaces of #eca82d

RGB 23616845
HSL0.110.830.55
HSV39°81°93°
CMYK 0.000.290.81   0.07
XYZ49.068446.02768.7807
Yxy46.02760.47240.4431
Hunter Lab67.843610.375039.8169
CIE-Lab73.563415.055568.0119

#eca82d color RGB value is (236,168,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101000 00101101
Octal 354 250 55
Decimal 236 168 45
Hex EC A8 2D

RGB Percentages of Color #eca82d

%52.56
%37.42
%10.02

CMYK Percentages of Color #eca82d

%0
%29
%81
%7

Triadic Colors of #eca82d

#eca82d #2deca8 #a82dec

Analogous Colors of #eca82d

#eca82d #d1ec2d #ec492d

Monochromatic Colors of #eca82d

#eca82d

Complementary Color

#eca82d #2d71ec

#eca82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca82d Color CSS Codes

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

#eca82d Text Font Color

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

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


#eca82d Background Color

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

This div background color is #eca82d


#eca82d Border Color

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

This div border color is #eca82d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,168,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 #eca82d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca82d


Comments

No comments written yet.

Please login to write comment.