Color Hex Logo

#ecd683 Color Hex

#ECD683
(236,214,131)
0 Favorites   0 Comments

Color spaces of #ecd683

RGB 236214131
HSL0.130.730.72
HSV47°44°93°
CMYK 0.000.090.44   0.07
XYZ62.735467.564731.2075
Yxy67.56470.38840.4183
Hunter Lab82.1977-7.610335.0282
CIE-Lab85.7883-3.403243.6321

#ecd683 color RGB value is (236,214,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010110 10000011
Octal 354 326 203
Decimal 236 214 131
Hex EC D6 83

RGB Percentages of Color #ecd683

%40.62
%36.83
%22.55

CMYK Percentages of Color #ecd683

%0
%9
%44
%7

Triadic Colors of #ecd683

#ecd683 #83ecd6 #d683ec

Analogous Colors of #ecd683

#ecd683 #ceec83 #eca283

Monochromatic Colors of #ecd683

#ecd683

Complementary Color

#ecd683 #8399ec

#ecd683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd683 Color CSS Codes

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

#ecd683 Text Font Color

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

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


#ecd683 Background Color

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

This div background color is #ecd683


#ecd683 Border Color

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

This div border color is #ecd683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd683


Comments

No comments written yet.

Please login to write comment.