Color Hex Logo

#ecd696 Color Hex

#ECD696
(236,214,150)
0 Favorites   0 Comments

Color spaces of #ecd696

RGB 236214150
HSL0.120.690.76
HSV45°36°93°
CMYK 0.000.090.36   0.07
XYZ64.143768.128038.6234
Yxy68.12800.37530.3987
Hunter Lab82.5397-5.727530.0338
CIE-Lab86.0704-1.385734.4062

#ecd696 color RGB value is (236,214,150).

#ecd696 hex color red value is 236, green value is 214 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ecd696 hue: 0.12 , saturation: 0.69 and the lightness value of ecd696 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010110 10010110
Octal 354 326 226
Decimal 236 214 150
Hex EC D6 96

RGB Percentages of Color #ecd696

%39.33
%35.67
%25.00

CMYK Percentages of Color #ecd696

%0
%9
%36
%7

Triadic Colors of #ecd696

#ecd696 #96ecd6 #d696ec

Analogous Colors of #ecd696

#ecd696 #d7ec96 #ecab96

Monochromatic Colors of #ecd696

#ecd696

Complementary Color

#ecd696 #96acec

#ecd696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd696 Color CSS Codes

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

#ecd696 Text Font Color

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

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


#ecd696 Background Color

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

This div background color is #ecd696


#ecd696 Border Color

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

This div border color is #ecd696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd696


Comments

No comments written yet.

Please login to write comment.