Color Hex Logo

#ecb61d Color Hex

#ECB61D
(236,182,29)
0 Favorites   0 Comments

Color spaces of #ecb61d

RGB 23618229
HSL0.120.840.52
HSV44°88°93°
CMYK 0.000.230.88   0.07
XYZ51.541851.37758.3627
Yxy51.37750.46320.4617
Hunter Lab71.67812.917943.2573
CIE-Lab76.90717.272475.1704

#ecb61d color RGB value is (236,182,29).

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

The process color (four color CMYK) of #ecb61d color hex is 0.00, 0.23, 0.88, 0.07. Web safe color of #ecb61d is #ffcc33. Color #ecb61d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 00011101
Octal 354 266 35
Decimal 236 182 29
Hex EC B6 1D

RGB Percentages of Color #ecb61d

%52.80
%40.72
%6.49

CMYK Percentages of Color #ecb61d

%0
%23
%88
%7

Triadic Colors of #ecb61d

#ecb61d #1decb6 #b61dec

Analogous Colors of #ecb61d

#ecb61d #bbec1d #ec4f1d

Monochromatic Colors of #ecb61d

#ecb61d

Complementary Color

#ecb61d #1d53ec

#ecb61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb61d Color CSS Codes

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

#ecb61d Text Font Color

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

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


#ecb61d Background Color

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

This div background color is #ecb61d


#ecb61d Border Color

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

This div border color is #ecb61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb61d


Comments

No comments written yet.

Please login to write comment.