Color Hex Logo

#eedd1c Color Hex

#EEDD1C
(238,221,28)
0 Favorites   0 Comments

Color spaces of #eedd1c

RGB 23822128
HSL0.150.860.52
HSV55°88°93°
CMYK 0.000.070.88   0.07
XYZ61.325969.973911.3727
Yxy69.97390.42980.4905
Hunter Lab83.6504-15.526050.4945
CIE-Lab86.9841-11.842383.3702

#eedd1c color RGB value is (238,221,28).

#eedd1c hex color red value is 238, green value is 221 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #eedd1c hue: 0.15 , saturation: 0.86 and the lightness value of eedd1c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 00011100
Octal 356 335 34
Decimal 238 221 28
Hex EE DD 1C

RGB Percentages of Color #eedd1c

%48.87
%45.38
%5.75

CMYK Percentages of Color #eedd1c

%0
%7
%88
%7

Triadic Colors of #eedd1c

#eedd1c #1ceedd #dd1cee

Analogous Colors of #eedd1c

#eedd1c #96ee1c #ee741c

Monochromatic Colors of #eedd1c

#eedd1c

Complementary Color

#eedd1c #1c2dee

#eedd1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedd1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedd1c Color CSS Codes

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

#eedd1c Text Font Color

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

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


#eedd1c Background Color

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

This div background color is #eedd1c


#eedd1c Border Color

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

This div border color is #eedd1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedd1c


Comments

No comments written yet.

Please login to write comment.