Color Hex Logo

#eecf82 Color Hex

#EECF82
(238,207,130)
0 Favorites   0 Comments

Color spaces of #eecf82

RGB 238207130
HSL0.120.760.72
HSV43°45°93°
CMYK 0.000.130.45   0.07
XYZ61.602064.414530.3056
Yxy64.41450.39410.4121
Hunter Lab80.2586-3.446133.7932
CIE-Lab84.18110.886742.1438

#eecf82 color RGB value is (238,207,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001111 10000010
Octal 356 317 202
Decimal 238 207 130
Hex EE CF 82

RGB Percentages of Color #eecf82

%41.39
%36.00
%22.61

CMYK Percentages of Color #eecf82

%0
%13
%45
%7

Triadic Colors of #eecf82

#eecf82 #82eecf #cf82ee

Analogous Colors of #eecf82

#eecf82 #d7ee82 #ee9982

Monochromatic Colors of #eecf82

#eecf82

Complementary Color

#eecf82 #82a1ee

#eecf82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecf82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecf82 Color CSS Codes

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

#eecf82 Text Font Color

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

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


#eecf82 Background Color

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

This div background color is #eecf82


#eecf82 Border Color

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

This div border color is #eecf82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecf82


Comments

No comments written yet.

Please login to write comment.