Color Hex Logo

#ecde93 Color Hex

#ECDE93
(236,222,147)
0 Favorites   0 Comments

Color spaces of #ecde93

RGB 236222147
HSL0.140.700.75
HSV51°38°93°
CMYK 0.000.060.38   0.07
XYZ65.979872.182038.0588
Yxy72.18200.37440.4096
Hunter Lab84.9600-10.057232.9124
CIE-Lab88.0561-5.799438.5231

#ecde93 color RGB value is (236,222,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 10010011
Octal 354 336 223
Decimal 236 222 147
Hex EC DE 93

RGB Percentages of Color #ecde93

%39.01
%36.69
%24.30

CMYK Percentages of Color #ecde93

%0
%6
%38
%7

Triadic Colors of #ecde93

#ecde93 #93ecde #de93ec

Analogous Colors of #ecde93

#ecde93 #ceec93 #ecb293

Monochromatic Colors of #ecde93

#ecde93

Complementary Color

#ecde93 #93a1ec

#ecde93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecde93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecde93 Color CSS Codes

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

#ecde93 Text Font Color

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

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


#ecde93 Background Color

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

This div background color is #ecde93


#ecde93 Border Color

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

This div border color is #ecde93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecde93


Comments

No comments written yet.

Please login to write comment.