Color Hex Logo

#ece056 Color Hex

#ECE056
(236,224,86)
0 Favorites   0 Comments

Color spaces of #ece056

RGB 23622486
HSL0.150.800.63
HSV55°64°93°
CMYK 0.000.050.64   0.07
XYZ62.927471.816119.3494
Yxy71.81610.40840.4661
Hunter Lab84.7444-15.756545.7836
CIE-Lab87.8800-11.975466.6604

#ece056 color RGB value is (236,224,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100000 01010110
Octal 354 340 126
Decimal 236 224 86
Hex EC E0 56

RGB Percentages of Color #ece056

%43.22
%41.03
%15.75

CMYK Percentages of Color #ece056

%0
%5
%64
%7

Triadic Colors of #ece056

#ece056 #56ece0 #e056ec

Analogous Colors of #ece056

#ece056 #adec56 #ec9556

Monochromatic Colors of #ece056

#ece056

Complementary Color

#ece056 #5662ec

#ece056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece056 Color CSS Codes

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

#ece056 Text Font Color

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

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


#ece056 Background Color

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

This div background color is #ece056


#ece056 Border Color

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

This div border color is #ece056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece056


Comments

No comments written yet.

Please login to write comment.