Color Hex Logo

#eedf38 Color Hex

#EEDF38
(238,223,56)
0 Favorites   0 Comments

Color spaces of #eedf38

RGB 23822356
HSL0.150.840.58
HSV55°76°93°
CMYK 0.000.060.76   0.07
XYZ62.361471.238014.2049
Yxy71.23800.42190.4820
Hunter Lab84.4026-15.818749.1034
CIE-Lab87.6005-12.081277.1862

#eedf38 color RGB value is (238,223,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 00111000
Octal 356 337 70
Decimal 238 223 56
Hex EE DF 38

RGB Percentages of Color #eedf38

%46.03
%43.13
%10.83

CMYK Percentages of Color #eedf38

%0
%6
%76
%7

Triadic Colors of #eedf38

#eedf38 #38eedf #df38ee

Analogous Colors of #eedf38

#eedf38 #a2ee38 #ee8438

Monochromatic Colors of #eedf38

#eedf38

Complementary Color

#eedf38 #3847ee

#eedf38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf38 Color CSS Codes

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

#eedf38 Text Font Color

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

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


#eedf38 Background Color

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

This div background color is #eedf38


#eedf38 Border Color

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

This div border color is #eedf38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf38


Comments

No comments written yet.

Please login to write comment.