Color Hex Logo

#eecd7d Color Hex

#EECD7D
(238,205,125)
0 Favorites   0 Comments

Color spaces of #eecd7d

RGB 238205125
HSL0.120.770.71
HSV42°47°93°
CMYK 0.000.140.47   0.07
XYZ60.792963.320528.4200
Yxy63.32050.39860.4151
Hunter Lab79.5742-2.884834.5264
CIE-Lab83.61071.442643.9268

#eecd7d color RGB value is (238,205,125).

#eecd7d hex color red value is 238, green value is 205 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #eecd7d hue: 0.12 , saturation: 0.77 and the lightness value of eecd7d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 01111101
Octal 356 315 175
Decimal 238 205 125
Hex EE CD 7D

RGB Percentages of Color #eecd7d

%41.90
%36.09
%22.01

CMYK Percentages of Color #eecd7d

%0
%14
%47
%7

Triadic Colors of #eecd7d

#eecd7d #7deecd #cd7dee

Analogous Colors of #eecd7d

#eecd7d #d7ee7d #ee957d

Monochromatic Colors of #eecd7d

#eecd7d

Complementary Color

#eecd7d #7d9eee

#eecd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecd7d Color CSS Codes

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

#eecd7d Text Font Color

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

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


#eecd7d Background Color

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

This div background color is #eecd7d


#eecd7d Border Color

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

This div border color is #eecd7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecd7d


Comments

No comments written yet.

Please login to write comment.