Color Hex Logo

#ecd394 Color Hex

#ECD394
(236,211,148)
0 Favorites   0 Comments

Color spaces of #ecd394

RGB 236211148
HSL0.120.700.75
HSV43°37°93°
CMYK 0.000.110.37   0.07
XYZ63.231666.559537.5316
Yxy66.55950.37790.3978
Hunter Lab81.5840-4.425829.8333
CIE-Lab85.2810-0.071834.3920

#ecd394 color RGB value is (236,211,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010011 10010100
Octal 354 323 224
Decimal 236 211 148
Hex EC D3 94

RGB Percentages of Color #ecd394

%39.66
%35.46
%24.87

CMYK Percentages of Color #ecd394

%0
%11
%37
%7

Triadic Colors of #ecd394

#ecd394 #94ecd3 #d394ec

Analogous Colors of #ecd394

#ecd394 #d9ec94 #eca794

Monochromatic Colors of #ecd394

#ecd394

Complementary Color

#ecd394 #94adec

#ecd394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd394 Color CSS Codes

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

#ecd394 Text Font Color

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

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


#ecd394 Background Color

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

This div background color is #ecd394


#ecd394 Border Color

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

This div border color is #ecd394


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,211,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 #ecd394">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd394


Comments

No comments written yet.

Please login to write comment.