Color Hex Logo

#ecb32b Color Hex

#ECB32B
(236,179,43)
0 Favorites   0 Comments

Color spaces of #ecb32b

RGB 23617943
HSL0.120.840.55
HSV42°82°93°
CMYK 0.000.240.82   0.07
XYZ51.148250.24759.2884
Yxy50.24750.46210.4540
Hunter Lab70.88554.749141.8508
CIE-Lab76.22099.189670.9595

#ecb32b color RGB value is (236,179,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 00101011
Octal 354 263 53
Decimal 236 179 43
Hex EC B3 2B

RGB Percentages of Color #ecb32b

%51.53
%39.08
%9.39

CMYK Percentages of Color #ecb32b

%0
%24
%82
%7

Triadic Colors of #ecb32b

#ecb32b #2becb3 #b32bec

Analogous Colors of #ecb32b

#ecb32b #c5ec2b #ec522b

Monochromatic Colors of #ecb32b

#ecb32b

Complementary Color

#ecb32b #2b64ec

#ecb32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb32b Color CSS Codes

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

#ecb32b Text Font Color

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

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


#ecb32b Background Color

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

This div background color is #ecb32b


#ecb32b Border Color

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

This div border color is #ecb32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb32b


Comments

No comments written yet.

Please login to write comment.