Color Hex Logo

#ecd390 Color Hex

#ECD390
(236,211,144)
0 Favorites   0 Comments

Color spaces of #ecd390

RGB 236211144
HSL0.120.710.75
HSV44°39°93°
CMYK 0.000.110.39   0.07
XYZ62.920466.435035.8925
Yxy66.43500.38080.4020
Hunter Lab81.5077-4.844130.9466
CIE-Lab85.2178-0.516736.3549

#ecd390 color RGB value is (236,211,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010011 10010000
Octal 354 323 220
Decimal 236 211 144
Hex EC D3 90

RGB Percentages of Color #ecd390

%39.93
%35.70
%24.37

CMYK Percentages of Color #ecd390

%0
%11
%39
%7

Triadic Colors of #ecd390

#ecd390 #90ecd3 #d390ec

Analogous Colors of #ecd390

#ecd390 #d7ec90 #eca590

Monochromatic Colors of #ecd390

#ecd390

Complementary Color

#ecd390 #90a9ec

#ecd390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd390 Color CSS Codes

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

#ecd390 Text Font Color

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

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


#ecd390 Background Color

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

This div background color is #ecd390


#ecd390 Border Color

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

This div border color is #ecd390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd390

#ecd390 Color Palettes


Comments

No comments written yet.

Please login to write comment.