Color Hex Logo

#ecd284 Color Hex

#ECD284
(236,210,132)
0 Favorites   0 Comments

Color spaces of #ecd284

RGB 236210132
HSL0.130.730.72
HSV45°44°93°
CMYK 0.000.110.44   0.07
XYZ61.803565.592031.2329
Yxy65.59200.38960.4135
Hunter Lab80.9889-5.515333.8274
CIE-Lab84.7879-1.257341.8714

#ecd284 color RGB value is (236,210,132).

#ecd284 hex color red value is 236, green value is 210 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ecd284 hue: 0.13 , saturation: 0.73 and the lightness value of ecd284 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 10000100
Octal 354 322 204
Decimal 236 210 132
Hex EC D2 84

RGB Percentages of Color #ecd284

%40.83
%36.33
%22.84

CMYK Percentages of Color #ecd284

%0
%11
%44
%7

Triadic Colors of #ecd284

#ecd284 #84ecd2 #d284ec

Analogous Colors of #ecd284

#ecd284 #d2ec84 #ec9e84

Monochromatic Colors of #ecd284

#ecd284

Complementary Color

#ecd284 #849eec

#ecd284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd284 Color CSS Codes

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

#ecd284 Text Font Color

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

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


#ecd284 Background Color

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

This div background color is #ecd284


#ecd284 Border Color

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

This div border color is #ecd284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd284


Comments

No comments written yet.

Please login to write comment.