Color Hex Logo

#ecd894 Color Hex

#ECD894
(236,216,148)
0 Favorites   0 Comments

Color spaces of #ecd894

RGB 236216148
HSL0.130.700.75
HSV46°37°93°
CMYK 0.000.080.37   0.07
XYZ64.493269.082737.9521
Yxy69.08270.37600.4027
Hunter Lab83.1160-6.947431.1084
CIE-Lab86.5450-2.636236.0495

#ecd894 color RGB value is (236,216,148).

#ecd894 hex color red value is 236, green value is 216 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ecd894 hue: 0.13 , saturation: 0.70 and the lightness value of ecd894 is 0.75.

The process color (four color CMYK) of #ecd894 color hex is 0.00, 0.08, 0.37, 0.07. Web safe color of #ecd894 is #ffcc99. Color #ecd894 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011000 10010100
Octal 354 330 224
Decimal 236 216 148
Hex EC D8 94

RGB Percentages of Color #ecd894

%39.33
%36.00
%24.67

CMYK Percentages of Color #ecd894

%0
%8
%37
%7

Triadic Colors of #ecd894

#ecd894 #94ecd8 #d894ec

Analogous Colors of #ecd894

#ecd894 #d4ec94 #ecac94

Monochromatic Colors of #ecd894

#ecd894

Complementary Color

#ecd894 #94a8ec

#ecd894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd894 Color CSS Codes

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

#ecd894 Text Font Color

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

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


#ecd894 Background Color

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

This div background color is #ecd894


#ecd894 Border Color

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

This div border color is #ecd894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd894


Comments

No comments written yet.

Please login to write comment.