Color Hex Logo

#ecae64 Color Hex

#ECAE64
(236,174,100)
0 Favorites   0 Comments

Color spaces of #ecae64

RGB 236174100
HSL0.090.780.66
HSV33°58°93°
CMYK 0.000.260.58   0.07
XYZ52.028449.025118.7772
Yxy49.02510.43420.4091
Hunter Lab70.017910.107133.1123
CIE-Lab75.466914.759246.3781

#ecae64 color RGB value is (236,174,100).

#ecae64 hex color red value is 236, green value is 174 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ecae64 hue: 0.09 , saturation: 0.78 and the lightness value of ecae64 is 0.66.

The process color (four color CMYK) of #ecae64 color hex is 0.00, 0.26, 0.58, 0.07. Web safe color of #ecae64 is #ff9966. Color #ecae64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101110 01100100
Octal 354 256 144
Decimal 236 174 100
Hex EC AE 64

RGB Percentages of Color #ecae64

%46.27
%34.12
%19.61

CMYK Percentages of Color #ecae64

%0
%26
%58
%7

Triadic Colors of #ecae64

#ecae64 #64ecae #ae64ec

Analogous Colors of #ecae64

#ecae64 #e6ec64 #ec6a64

Monochromatic Colors of #ecae64

#ecae64

Complementary Color

#ecae64 #64a2ec

#ecae64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecae64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecae64 Color CSS Codes

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

#ecae64 Text Font Color

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

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


#ecae64 Background Color

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

This div background color is #ecae64


#ecae64 Border Color

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

This div border color is #ecae64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecae64


Comments

No comments written yet.

Please login to write comment.