Color Hex Logo

#ecb82d Color Hex

#ECB82D
(236,184,45)
0 Favorites   0 Comments

Color spaces of #ecb82d

RGB 23618445
HSL0.120.830.55
HSV44°81°93°
CMYK 0.000.220.81   0.07
XYZ52.206252.30339.8266
Yxy52.30330.45660.4575
Hunter Lab72.32102.291642.5687
CIE-Lab77.46186.625871.4304

#ecb82d color RGB value is (236,184,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111000 00101101
Octal 354 270 55
Decimal 236 184 45
Hex EC B8 2D

RGB Percentages of Color #ecb82d

%50.75
%39.57
%9.68

CMYK Percentages of Color #ecb82d

%0
%22
%81
%7

Triadic Colors of #ecb82d

#ecb82d #2decb8 #b82dec

Analogous Colors of #ecb82d

#ecb82d #c1ec2d #ec592d

Monochromatic Colors of #ecb82d

#ecb82d

Complementary Color

#ecb82d #2d61ec

#ecb82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb82d Color CSS Codes

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

#ecb82d Text Font Color

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

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


#ecb82d Background Color

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

This div background color is #ecb82d


#ecb82d Border Color

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

This div border color is #ecb82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb82d


Comments

No comments written yet.

Please login to write comment.