Color Hex Logo

#eca28d Color Hex

#ECA28D
(236,162,141)
0 Favorites   0 Comments

Color spaces of #eca28d

RGB 236162141
HSL0.040.710.74
HSV13°40°93°
CMYK 0.000.310.40   0.07
XYZ52.320145.596631.2428
Yxy45.59660.40510.3530
Hunter Lab67.525320.136719.8352
CIE-Lab73.283024.935622.0215

#eca28d color RGB value is (236,162,141).

#eca28d hex color red value is 236, green value is 162 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #eca28d hue: 0.04 , saturation: 0.71 and the lightness value of eca28d is 0.74.

The process color (four color CMYK) of #eca28d color hex is 0.00, 0.31, 0.40, 0.07. Web safe color of #eca28d is #ff9999. Color #eca28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100010 10001101
Octal 354 242 215
Decimal 236 162 141
Hex EC A2 8D

RGB Percentages of Color #eca28d

%43.78
%30.06
%26.16

CMYK Percentages of Color #eca28d

%0
%31
%40
%7

Triadic Colors of #eca28d

#eca28d #8deca2 #a28dec

Analogous Colors of #eca28d

#eca28d #ecd28d #ec8da8

Monochromatic Colors of #eca28d

#eca28d

Complementary Color

#eca28d #8dd7ec

#eca28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca28d Color CSS Codes

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

#eca28d Text Font Color

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

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


#eca28d Background Color

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

This div background color is #eca28d


#eca28d Border Color

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

This div border color is #eca28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca28d


Comments

No comments written yet.

Please login to write comment.