Color Hex Logo

#ecb82a Color Hex

#ECB82A
(236,184,42)
0 Favorites   0 Comments

Color spaces of #ecb82a

RGB 23618442
HSL0.120.840.55
HSV44°82°93°
CMYK 0.000.220.82   0.07
XYZ52.150552.28109.5331
Yxy52.28100.45760.4587
Hunter Lab72.30562.208542.7969
CIE-Lab77.44866.537472.3097

#ecb82a color RGB value is (236,184,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111000 00101010
Octal 354 270 52
Decimal 236 184 42
Hex EC B8 2A

RGB Percentages of Color #ecb82a

%51.08
%39.83
%9.09

CMYK Percentages of Color #ecb82a

%0
%22
%82
%7

Triadic Colors of #ecb82a

#ecb82a #2aecb8 #b82aec

Analogous Colors of #ecb82a

#ecb82a #bfec2a #ec572a

Monochromatic Colors of #ecb82a

#ecb82a

Complementary Color

#ecb82a #2a5eec

#ecb82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb82a Color CSS Codes

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

#ecb82a Text Font Color

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

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


#ecb82a Background Color

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

This div background color is #ecb82a


#ecb82a Border Color

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

This div border color is #ecb82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb82a


Comments

No comments written yet.

Please login to write comment.