Color Hex Logo

#eedb0c Color Hex

#EEDB0C
(238,219,12)
0 Favorites   0 Comments

Color spaces of #eedb0c

RGB 23821912
HSL0.150.900.49
HSV55°95°93°
CMYK 0.000.080.95   0.07
XYZ60.657868.866710.4434
Yxy68.86670.43340.4920
Hunter Lab82.9860-14.752650.6288
CIE-Lab86.4380-11.063385.0675

#eedb0c color RGB value is (238,219,12).

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

The process color (four color CMYK) of #eedb0c color hex is 0.00, 0.08, 0.95, 0.07. Web safe color of #eedb0c is #ffcc00. Color #eedb0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 00001100
Octal 356 333 14
Decimal 238 219 12
Hex EE DB C

RGB Percentages of Color #eedb0c

%50.75
%46.70
%2.56

CMYK Percentages of Color #eedb0c

%0
%8
%95
%7

Triadic Colors of #eedb0c

#eedb0c #0ceedb #db0cee

Analogous Colors of #eedb0c

#eedb0c #90ee0c #ee6a0c

Monochromatic Colors of #eedb0c

#eedb0c

Complementary Color

#eedb0c #0c1fee

#eedb0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedb0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedb0c Color CSS Codes

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

#eedb0c Text Font Color

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

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


#eedb0c Background Color

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

This div background color is #eedb0c


#eedb0c Border Color

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

This div border color is #eedb0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedb0c


Comments

No comments written yet.

Please login to write comment.