Color Hex Logo

#eedb0d Color Hex

#EEDB0D
(238,219,13)
0 Favorites   0 Comments

Color spaces of #eedb0d

RGB 23821913
HSL0.150.900.49
HSV55°95°93°
CMYK 0.000.080.95   0.07
XYZ60.664168.869210.4765
Yxy68.86920.43330.4919
Hunter Lab82.9875-14.744050.6063
CIE-Lab86.4392-11.053884.9730

#eedb0d color RGB value is (238,219,13).

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

The process color (four color CMYK) of #eedb0d color hex is 0.00, 0.08, 0.95, 0.07. Web safe color of #eedb0d is #ffcc00. Color #eedb0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 00001101
Octal 356 333 15
Decimal 238 219 13
Hex EE DB D

RGB Percentages of Color #eedb0d

%50.64
%46.60
%2.77

CMYK Percentages of Color #eedb0d

%0
%8
%95
%7

Triadic Colors of #eedb0d

#eedb0d #0deedb #db0dee

Analogous Colors of #eedb0d

#eedb0d #91ee0d #ee6b0d

Monochromatic Colors of #eedb0d

#eedb0d

Complementary Color

#eedb0d #0d20ee

#eedb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedb0d Color CSS Codes

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

#eedb0d Text Font Color

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

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


#eedb0d Background Color

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

This div background color is #eedb0d


#eedb0d Border Color

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

This div border color is #eedb0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedb0d


Comments

No comments written yet.

Please login to write comment.