Color Hex Logo

#ecb82e Color Hex

#ECB82E
(236,184,46)
0 Favorites   0 Comments

Color spaces of #ecb82e

RGB 23618446
HSL0.120.830.55
HSV44°81°93°
CMYK 0.000.220.81   0.07
XYZ52.225752.31119.9292
Yxy52.31110.45630.4570
Hunter Lab72.32642.320742.4890
CIE-Lab77.46656.656871.1272

#ecb82e color RGB value is (236,184,46).

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

The process color (four color CMYK) of #ecb82e color hex is 0.00, 0.22, 0.81, 0.07. Web safe color of #ecb82e is #ffcc33. Color #ecb82e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111000 00101110
Octal 354 270 56
Decimal 236 184 46
Hex EC B8 2E

RGB Percentages of Color #ecb82e

%50.64
%39.48
%9.87

CMYK Percentages of Color #ecb82e

%0
%22
%81
%7

Triadic Colors of #ecb82e

#ecb82e #2eecb8 #b82eec

Analogous Colors of #ecb82e

#ecb82e #c1ec2e #ec592e

Monochromatic Colors of #ecb82e

#ecb82e

Complementary Color

#ecb82e #2e62ec

#ecb82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb82e Color CSS Codes

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

#ecb82e Text Font Color

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

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


#ecb82e Background Color

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

This div background color is #ecb82e


#ecb82e Border Color

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

This div border color is #ecb82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb82e


Comments

No comments written yet.

Please login to write comment.