color codes Logo

#eeda2f color codes

#EEDA2F
(238,218,47)
0 Favorites   0 Comments

Color spaces of #eeda2f

RGB 23821847
HSL0.150.850.56
HSV54°80°93°
CMYK 0.000.080.80   0.07
XYZ60.844468.525212.7092
Yxy68.52520.42820.4823
Hunter Lab82.7799-13.665048.8432
CIE-Lab86.2684-9.891378.5825

#eeda2f color RGB value is (238,218,47).

#eeda2f hex color red value is 238, green value is 218 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #eeda2f hue: 0.15 , saturation: 0.85 and the lightness value of eeda2f is 0.56.

The process color (four color CMYK) of #eeda2f color code is 0.00, 0.08, 0.80, 0.07. Web safe color of #eeda2f is #ffcc33. Color #eeda2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 00101111
Octal 356 332 57
Decimal 238 218 47
Hex EE DA 2F

RGB Percentages of Color #eeda2f

%47.32
%43.34
%9.34

CMYK Percentages of Color #eeda2f

%0
%8
%80
%7

Triadic Colors of #eeda2f

#eeda2f #2feeda #da2fee

Analogous Colors of #eeda2f

#eeda2f #a3ee2f #ee7b2f

Monochromatic Colors of #eeda2f

#eeda2f

Complementary Color

#eeda2f #2f43ee

#eeda2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda2f Color CSS Codes

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

#eeda2f Text Font Color

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

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


#eeda2f Background Color

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

This div background color is #eeda2f


#eeda2f Border Color

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

This div border color is #eeda2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda2f


Comments

No comments written yet.

Please login to write comment.