Color Hex Logo

#ecb954 Color Hex

#ECB954
(236,185,84)
0 Favorites   0 Comments

Color spaces of #ecb954

RGB 23618584
HSL0.110.800.63
HSV40°64°93°
CMYK 0.000.220.64   0.07
XYZ53.541353.170915.8286
Yxy53.17090.43690.4339
Hunter Lab72.91843.458938.1726
CIE-Lab77.97587.871856.8656

#ecb954 color RGB value is (236,185,84).

#ecb954 hex color red value is 236, green value is 185 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ecb954 hue: 0.11 , saturation: 0.80 and the lightness value of ecb954 is 0.63.

The process color (four color CMYK) of #ecb954 color hex is 0.00, 0.22, 0.64, 0.07. Web safe color of #ecb954 is #ffcc66. Color #ecb954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 01010100
Octal 354 271 124
Decimal 236 185 84
Hex EC B9 54

RGB Percentages of Color #ecb954

%46.73
%36.63
%16.63

CMYK Percentages of Color #ecb954

%0
%22
%64
%7

Triadic Colors of #ecb954

#ecb954 #54ecb9 #b954ec

Analogous Colors of #ecb954

#ecb954 #d3ec54 #ec6d54

Monochromatic Colors of #ecb954

#ecb954

Complementary Color

#ecb954 #5487ec

#ecb954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb954 Color CSS Codes

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

#ecb954 Text Font Color

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

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


#ecb954 Background Color

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

This div background color is #ecb954


#ecb954 Border Color

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

This div border color is #ecb954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb954


Comments

No comments written yet.

Please login to write comment.