Color Hex Logo

#ecd990 Color Hex

#ECD990
(236,217,144)
0 Favorites   0 Comments

Color spaces of #ecd990

RGB 236217144
HSL0.130.710.75
HSV48°39°93°
CMYK 0.000.080.39   0.07
XYZ64.439069.472236.3987
Yxy69.47220.37840.4079
Hunter Lab83.3500-7.861732.4532
CIE-Lab86.7373-3.588438.3283

#ecd990 color RGB value is (236,217,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011001 10010000
Octal 354 331 220
Decimal 236 217 144
Hex EC D9 90

RGB Percentages of Color #ecd990

%39.53
%36.35
%24.12

CMYK Percentages of Color #ecd990

%0
%8
%39
%7

Triadic Colors of #ecd990

#ecd990 #90ecd9 #d990ec

Analogous Colors of #ecd990

#ecd990 #d1ec90 #ecab90

Monochromatic Colors of #ecd990

#ecd990

Complementary Color

#ecd990 #90a3ec

#ecd990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd990 Color CSS Codes

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

#ecd990 Text Font Color

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

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


#ecd990 Background Color

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

This div background color is #ecd990


#ecd990 Border Color

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

This div border color is #ecd990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd990


Comments

No comments written yet.

Please login to write comment.