Color Hex Logo

#eeda62 Color Hex

#EEDA62
(238,218,98)
0 Favorites   0 Comments

Color spaces of #eeda62

RGB 23821898
HSL0.140.800.66
HSV51°59°93°
CMYK 0.000.080.59   0.07
XYZ62.535969.201821.6166
Yxy69.20180.40780.4513
Hunter Lab83.1876-11.391842.8246
CIE-Lab86.6039-7.380560.2297

#eeda62 color RGB value is (238,218,98).

#eeda62 hex color red value is 238, green value is 218 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #eeda62 hue: 0.14 , saturation: 0.80 and the lightness value of eeda62 is 0.66.

The process color (four color CMYK) of #eeda62 color hex is 0.00, 0.08, 0.59, 0.07. Web safe color of #eeda62 is #ffcc66. Color #eeda62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 01100010
Octal 356 332 142
Decimal 238 218 98
Hex EE DA 62

RGB Percentages of Color #eeda62

%42.96
%39.35
%17.69

CMYK Percentages of Color #eeda62

%0
%8
%59
%7

Triadic Colors of #eeda62

#eeda62 #62eeda #da62ee

Analogous Colors of #eeda62

#eeda62 #bcee62 #ee9462

Monochromatic Colors of #eeda62

#eeda62

Complementary Color

#eeda62 #6276ee

#eeda62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda62 Color CSS Codes

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

#eeda62 Text Font Color

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

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


#eeda62 Background Color

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

This div background color is #eeda62


#eeda62 Border Color

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

This div border color is #eeda62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda62


Comments

No comments written yet.

Please login to write comment.