Color Hex Logo

#ecd490 Color Hex

#ECD490
(236,212,144)
0 Favorites   0 Comments

Color spaces of #ecd490

RGB 236212144
HSL0.120.710.75
HSV44°39°93°
CMYK 0.000.100.39   0.07
XYZ63.169666.933535.9756
Yxy66.93350.38040.4030
Hunter Lab81.8129-5.348731.1974
CIE-Lab85.4704-1.030736.6838

#ecd490 color RGB value is (236,212,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010100 10010000
Octal 354 324 220
Decimal 236 212 144
Hex EC D4 90

RGB Percentages of Color #ecd490

%39.86
%35.81
%24.32

CMYK Percentages of Color #ecd490

%0
%10
%39
%7

Triadic Colors of #ecd490

#ecd490 #90ecd4 #d490ec

Analogous Colors of #ecd490

#ecd490 #d6ec90 #eca690

Monochromatic Colors of #ecd490

#ecd490

Complementary Color

#ecd490 #90a8ec

#ecd490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd490 Color CSS Codes

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

#ecd490 Text Font Color

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

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


#ecd490 Background Color

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

This div background color is #ecd490


#ecd490 Border Color

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

This div border color is #ecd490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd490


Comments

No comments written yet.

Please login to write comment.