Color Hex Logo

#eedb2f Color Hex

#EEDB2F
(238,219,47)
0 Favorites   0 Comments

Color spaces of #eedb2f

RGB 23821947
HSL0.150.850.56
HSV54°80°93°
CMYK 0.000.080.80   0.07
XYZ61.104569.045412.7959
Yxy69.04540.42750.4830
Hunter Lab83.0936-14.150249.0352
CIE-Lab86.5265-10.390878.8058

#eedb2f color RGB value is (238,219,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 00101111
Octal 356 333 57
Decimal 238 219 47
Hex EE DB 2F

RGB Percentages of Color #eedb2f

%47.22
%43.45
%9.33

CMYK Percentages of Color #eedb2f

%0
%8
%80
%7

Triadic Colors of #eedb2f

#eedb2f #2feedb #db2fee

Analogous Colors of #eedb2f

#eedb2f #a2ee2f #ee7c2f

Monochromatic Colors of #eedb2f

#eedb2f

Complementary Color

#eedb2f #2f42ee

#eedb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedb2f Color CSS Codes

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

#eedb2f Text Font Color

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

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


#eedb2f Background Color

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

This div background color is #eedb2f


#eedb2f Border Color

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

This div border color is #eedb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedb2f


Comments

No comments written yet.

Please login to write comment.