Color Hex Logo

#ecd096 Color Hex

#ECD096
(236,208,150)
0 Favorites   0 Comments

Color spaces of #ecd096

RGB 236208150
HSL0.110.690.76
HSV40°36°93°
CMYK 0.000.120.36   0.07
XYZ62.653065.146638.1266
Yxy65.14660.37760.3926
Hunter Lab80.7134-2.689728.4926
CIE-Lab84.55921.703932.4104

#ecd096 color RGB value is (236,208,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010000 10010110
Octal 354 320 226
Decimal 236 208 150
Hex EC D0 96

RGB Percentages of Color #ecd096

%39.73
%35.02
%25.25

CMYK Percentages of Color #ecd096

%0
%12
%36
%7

Triadic Colors of #ecd096

#ecd096 #96ecd0 #d096ec

Analogous Colors of #ecd096

#ecd096 #ddec96 #eca596

Monochromatic Colors of #ecd096

#ecd096

Complementary Color

#ecd096 #96b2ec

#ecd096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd096 Color CSS Codes

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

#ecd096 Text Font Color

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

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


#ecd096 Background Color

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

This div background color is #ecd096


#ecd096 Border Color

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

This div border color is #ecd096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd096


Comments

No comments written yet.

Please login to write comment.