Color Hex Logo

#eecd5e Color Hex

#EECD5E
(238,205,94)
0 Favorites   0 Comments

Color spaces of #eecd5e

RGB 23820594
HSL0.130.810.65
HSV46°61°93°
CMYK 0.000.140.61   0.07
XYZ59.111662.647919.5664
Yxy62.64790.41830.4433
Hunter Lab79.1504-5.204840.7485
CIE-Lab83.2568-1.040458.2706

#eecd5e color RGB value is (238,205,94).

#eecd5e hex color red value is 238, green value is 205 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eecd5e hue: 0.13 , saturation: 0.81 and the lightness value of eecd5e is 0.65.

The process color (four color CMYK) of #eecd5e color hex is 0.00, 0.14, 0.61, 0.07. Web safe color of #eecd5e is #ffcc66. Color #eecd5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 01011110
Octal 356 315 136
Decimal 238 205 94
Hex EE CD 5E

RGB Percentages of Color #eecd5e

%44.32
%38.18
%17.50

CMYK Percentages of Color #eecd5e

%0
%14
%61
%7

Triadic Colors of #eecd5e

#eecd5e #5eeecd #cd5eee

Analogous Colors of #eecd5e

#eecd5e #c7ee5e #ee855e

Monochromatic Colors of #eecd5e

#eecd5e

Complementary Color

#eecd5e #5e7fee

#eecd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecd5e Color CSS Codes

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

#eecd5e Text Font Color

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

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


#eecd5e Background Color

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

This div background color is #eecd5e


#eecd5e Border Color

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

This div border color is #eecd5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,205,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eecd5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eecd5e;
  -webkit-box-shadow: 1px 1px 3px 2px #eecd5e;
  box-shadow:         1px 1px 3px 2px #eecd5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,205,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecd5e


Comments

No comments written yet.

Please login to write comment.