Color Hex Logo

#eecd82 Color Hex

#EECD82
(238,205,130)
0 Favorites   0 Comments

Color spaces of #eecd82

RGB 238205130
HSL0.120.760.72
HSV42°45°93°
CMYK 0.000.140.45   0.07
XYZ61.120563.451530.1451
Yxy63.45150.39500.4101
Hunter Lab79.6564-2.435533.3219
CIE-Lab83.67941.919141.5096

#eecd82 color RGB value is (238,205,130).

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

The process color (four color CMYK) of #eecd82 color hex is 0.00, 0.14, 0.45, 0.07. Web safe color of #eecd82 is #ffcc99. Color #eecd82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 10000010
Octal 356 315 202
Decimal 238 205 130
Hex EE CD 82

RGB Percentages of Color #eecd82

%41.54
%35.78
%22.69

CMYK Percentages of Color #eecd82

%0
%14
%45
%7

Triadic Colors of #eecd82

#eecd82 #82eecd #cd82ee

Analogous Colors of #eecd82

#eecd82 #d9ee82 #ee9782

Monochromatic Colors of #eecd82

#eecd82

Complementary Color

#eecd82 #82a3ee

#eecd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecd82 Color CSS Codes

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

#eecd82 Text Font Color

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

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


#eecd82 Background Color

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

This div background color is #eecd82


#eecd82 Border Color

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

This div border color is #eecd82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecd82


Comments

No comments written yet.

Please login to write comment.