Color Hex Logo

#eeda81 Color Hex

#EEDA81
(238,218,129)
0 Favorites   0 Comments

Color spaces of #eeda81

RGB 238218129
HSL0.140.760.72
HSV49°46°93°
CMYK 0.000.080.46   0.07
XYZ64.293769.904930.8732
Yxy69.90490.38950.4235
Hunter Lab83.6092-9.053236.6332
CIE-Lab86.9502-4.836346.1079

#eeda81 color RGB value is (238,218,129).

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

The process color (four color CMYK) of #eeda81 color hex is 0.00, 0.08, 0.46, 0.07. Web safe color of #eeda81 is #ffcc99. Color #eeda81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 10000001
Octal 356 332 201
Decimal 238 218 129
Hex EE DA 81

RGB Percentages of Color #eeda81

%40.68
%37.26
%22.05

CMYK Percentages of Color #eeda81

%0
%8
%46
%7

Triadic Colors of #eeda81

#eeda81 #81eeda #da81ee

Analogous Colors of #eeda81

#eeda81 #ccee81 #eea481

Monochromatic Colors of #eeda81

#eeda81

Complementary Color

#eeda81 #8195ee

#eeda81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda81 Color CSS Codes

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

#eeda81 Text Font Color

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

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


#eeda81 Background Color

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

This div background color is #eeda81


#eeda81 Border Color

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

This div border color is #eeda81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda81


Comments

No comments written yet.

Please login to write comment.