Color Hex Logo

#ecae6a Color Hex

#ECAE6A
(236,174,106)
0 Favorites   0 Comments

Color spaces of #ecae6a

RGB 236174106
HSL0.090.770.67
HSV31°55°93°
CMYK 0.000.260.55   0.07
XYZ52.329649.145620.3636
Yxy49.14560.42950.4034
Hunter Lab70.103910.560831.8503
CIE-Lab75.541815.224243.4565

#ecae6a color RGB value is (236,174,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101110 01101010
Octal 354 256 152
Decimal 236 174 106
Hex EC AE 6A

RGB Percentages of Color #ecae6a

%45.74
%33.72
%20.54

CMYK Percentages of Color #ecae6a

%0
%26
%55
%7

Triadic Colors of #ecae6a

#ecae6a #6aecae #ae6aec

Analogous Colors of #ecae6a

#ecae6a #e9ec6a #ec6d6a

Monochromatic Colors of #ecae6a

#ecae6a

Complementary Color

#ecae6a #6aa8ec

#ecae6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecae6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecae6a Color CSS Codes

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

#ecae6a Text Font Color

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

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


#ecae6a Background Color

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

This div background color is #ecae6a


#ecae6a Border Color

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

This div border color is #ecae6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecae6a


Comments

No comments written yet.

Please login to write comment.