Color Hex Logo

#ecd693 Color Hex

#ECD693
(236,214,147)
0 Favorites   0 Comments

Color spaces of #ecd693

RGB 236214147
HSL0.130.700.75
HSV45°38°93°
CMYK 0.000.090.38   0.07
XYZ63.905168.032637.3672
Yxy68.03260.37750.4018
Hunter Lab82.4819-6.045530.8769
CIE-Lab86.0227-1.724735.8759

#ecd693 color RGB value is (236,214,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010110 10010011
Octal 354 326 223
Decimal 236 214 147
Hex EC D6 93

RGB Percentages of Color #ecd693

%39.53
%35.85
%24.62

CMYK Percentages of Color #ecd693

%0
%9
%38
%7

Triadic Colors of #ecd693

#ecd693 #93ecd6 #d693ec

Analogous Colors of #ecd693

#ecd693 #d6ec93 #ecaa93

Monochromatic Colors of #ecd693

#ecd693

Complementary Color

#ecd693 #93a9ec

#ecd693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd693 Color CSS Codes

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

#ecd693 Text Font Color

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

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


#ecd693 Background Color

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

This div background color is #ecd693


#ecd693 Border Color

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

This div border color is #ecd693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd693


Comments

No comments written yet.

Please login to write comment.