Color Hex Logo

#eedd38 Color Hex

#EEDD38
(238,221,56)
0 Favorites   0 Comments

Color spaces of #eedd38

RGB 23822156
HSL0.150.840.58
HSV54°76°93°
CMYK 0.000.070.76   0.07
XYZ61.830270.175614.0278
Yxy70.17560.42340.4805
Hunter Lab83.7709-14.850548.7112
CIE-Lab87.0829-11.087476.7171

#eedd38 color RGB value is (238,221,56).

#eedd38 hex color red value is 238, green value is 221 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #eedd38 hue: 0.15 , saturation: 0.84 and the lightness value of eedd38 is 0.58.

The process color (four color CMYK) of #eedd38 color hex is 0.00, 0.07, 0.76, 0.07. Web safe color of #eedd38 is #ffcc33. Color #eedd38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 00111000
Octal 356 335 70
Decimal 238 221 56
Hex EE DD 38

RGB Percentages of Color #eedd38

%46.21
%42.91
%10.87

CMYK Percentages of Color #eedd38

%0
%7
%76
%7

Triadic Colors of #eedd38

#eedd38 #38eedd #dd38ee

Analogous Colors of #eedd38

#eedd38 #a4ee38 #ee8238

Monochromatic Colors of #eedd38

#eedd38

Complementary Color

#eedd38 #3849ee

#eedd38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedd38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedd38 Color CSS Codes

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

#eedd38 Text Font Color

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

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


#eedd38 Background Color

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

This div background color is #eedd38


#eedd38 Border Color

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

This div border color is #eedd38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedd38


Comments

No comments written yet.

Please login to write comment.