Color Hex Logo

#eeda5b Color Hex

#EEDA5B
(238,218,91)
0 Favorites   0 Comments

Color spaces of #eeda5b

RGB 23821891
HSL0.140.810.65
HSV52°62°93°
CMYK 0.000.080.62   0.07
XYZ62.219669.075319.9511
Yxy69.07530.41140.4567
Hunter Lab83.1116-11.815243.9454
CIE-Lab86.5413-7.845363.1987

#eeda5b color RGB value is (238,218,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 01011011
Octal 356 332 133
Decimal 238 218 91
Hex EE DA 5B

RGB Percentages of Color #eeda5b

%43.51
%39.85
%16.64

CMYK Percentages of Color #eeda5b

%0
%8
%62
%7

Triadic Colors of #eeda5b

#eeda5b #5beeda #da5bee

Analogous Colors of #eeda5b

#eeda5b #b9ee5b #ee915b

Monochromatic Colors of #eeda5b

#eeda5b

Complementary Color

#eeda5b #5b6fee

#eeda5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda5b Color CSS Codes

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

#eeda5b Text Font Color

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

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


#eeda5b Background Color

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

This div background color is #eeda5b


#eeda5b Border Color

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

This div border color is #eeda5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda5b


Comments

No comments written yet.

Please login to write comment.