Color Hex Logo

#ecae72 Color Hex

#ECAE72
(236,174,114)
0 Favorites   0 Comments

Color spaces of #ecae72

RGB 236174114
HSL0.080.760.69
HSV30°52°93°
CMYK 0.000.260.52   0.07
XYZ52.765449.319922.6582
Yxy49.31990.42300.3954
Hunter Lab70.228111.215530.0305
CIE-Lab75.649915.892739.4989

#ecae72 color RGB value is (236,174,114).

#ecae72 hex color red value is 236, green value is 174 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ecae72 hue: 0.08 , saturation: 0.76 and the lightness value of ecae72 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101110 01110010
Octal 354 256 162
Decimal 236 174 114
Hex EC AE 72

RGB Percentages of Color #ecae72

%45.04
%33.21
%21.76

CMYK Percentages of Color #ecae72

%0
%26
%52
%7

Triadic Colors of #ecae72

#ecae72 #72ecae #ae72ec

Analogous Colors of #ecae72

#ecae72 #eceb72 #ec7273

Monochromatic Colors of #ecae72

#ecae72

Complementary Color

#ecae72 #72b0ec

#ecae72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecae72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecae72 Color CSS Codes

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

#ecae72 Text Font Color

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

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


#ecae72 Background Color

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

This div background color is #ecae72


#ecae72 Border Color

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

This div border color is #ecae72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecae72


Comments

No comments written yet.

Please login to write comment.