Color Hex Logo

#ecd954 Color Hex

#ECD954
(236,217,84)
0 Favorites   0 Comments

Color spaces of #ecd954

RGB 23621784
HSL0.150.800.63
HSV53°64°93°
CMYK 0.000.080.64   0.07
XYZ61.005268.098718.3165
Yxy68.09870.41380.4619
Hunter Lab82.5219-12.455444.6054
CIE-Lab86.0558-8.595665.5527

#ecd954 color RGB value is (236,217,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011001 01010100
Octal 354 331 124
Decimal 236 217 84
Hex EC D9 54

RGB Percentages of Color #ecd954

%43.95
%40.41
%15.64

CMYK Percentages of Color #ecd954

%0
%8
%64
%7

Triadic Colors of #ecd954

#ecd954 #54ecd9 #d954ec

Analogous Colors of #ecd954

#ecd954 #b3ec54 #ec8d54

Monochromatic Colors of #ecd954

#ecd954

Complementary Color

#ecd954 #5467ec

#ecd954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd954 Color CSS Codes

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

#ecd954 Text Font Color

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

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


#ecd954 Background Color

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

This div background color is #ecd954


#ecd954 Border Color

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

This div border color is #ecd954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd954


Comments

No comments written yet.

Please login to write comment.