Color Hex Logo

#eedb55 Color Hex

#EEDB55
(238,219,85)
0 Favorites   0 Comments

Color spaces of #eedb55

RGB 23821985
HSL0.150.820.63
HSV53°64°93°
CMYK 0.000.080.64   0.07
XYZ62.231169.496118.7285
Yxy69.49610.41360.4619
Hunter Lab83.3643-12.638145.0350
CIE-Lab86.7491-8.714365.9265

#eedb55 color RGB value is (238,219,85).

#eedb55 hex color red value is 238, green value is 219 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #eedb55 hue: 0.15 , saturation: 0.82 and the lightness value of eedb55 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 01010101
Octal 356 333 125
Decimal 238 219 85
Hex EE DB 55

RGB Percentages of Color #eedb55

%43.91
%40.41
%15.68

CMYK Percentages of Color #eedb55

%0
%8
%64
%7

Triadic Colors of #eedb55

#eedb55 #55eedb #db55ee

Analogous Colors of #eedb55

#eedb55 #b5ee55 #ee8f55

Monochromatic Colors of #eedb55

#eedb55

Complementary Color

#eedb55 #5568ee

#eedb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedb55 Color CSS Codes

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

#eedb55 Text Font Color

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

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


#eedb55 Background Color

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

This div background color is #eedb55


#eedb55 Border Color

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

This div border color is #eedb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedb55


Comments

No comments written yet.

Please login to write comment.