Color Hex Logo

#eeed38 Color Hex

#EEED38
(238,237,56)
0 Favorites   0 Comments

Color spaces of #eeed38

RGB 23823756
HSL0.170.840.58
HSV60°76°93°
CMYK 0.000.000.76   0.07
XYZ66.257979.031015.5037
Yxy79.03100.41210.4915
Hunter Lab88.8994-22.535551.8896
CIE-Lab91.2483-18.937780.4737

#eeed38 color RGB value is (238,237,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 00111000
Octal 356 355 70
Decimal 238 237 56
Hex EE ED 38

RGB Percentages of Color #eeed38

%44.82
%44.63
%10.55

CMYK Percentages of Color #eeed38

%0
%0
%76
%7

Triadic Colors of #eeed38

#eeed38 #38eeed #ed38ee

Analogous Colors of #eeed38

#eeed38 #94ee38 #ee9238

Monochromatic Colors of #eeed38

#eeed38

Complementary Color

#eeed38 #3839ee

#eeed38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeed38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeed38 Color CSS Codes

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

#eeed38 Text Font Color

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

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


#eeed38 Background Color

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

This div background color is #eeed38


#eeed38 Border Color

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

This div border color is #eeed38


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,237,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 #eeed38">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeed38


Comments

No comments written yet.

Please login to write comment.