Color Hex Logo

#eedf1d Color Hex

#EEDF1D
(238,223,29)
0 Favorites   0 Comments

Color spaces of #eedf1d

RGB 23822329
HSL0.150.860.52
HSV56°88°93°
CMYK 0.000.060.88   0.07
XYZ61.869371.041211.6139
Yxy71.04120.42810.4916
Hunter Lab84.2859-16.474250.8305
CIE-Lab87.5050-12.815583.6072

#eedf1d color RGB value is (238,223,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 00011101
Octal 356 337 35
Decimal 238 223 29
Hex EE DF 1D

RGB Percentages of Color #eedf1d

%48.57
%45.51
%5.92

CMYK Percentages of Color #eedf1d

%0
%6
%88
%7

Triadic Colors of #eedf1d

#eedf1d #1deedf #df1dee

Analogous Colors of #eedf1d

#eedf1d #95ee1d #ee771d

Monochromatic Colors of #eedf1d

#eedf1d

Complementary Color

#eedf1d #1d2cee

#eedf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf1d Color CSS Codes

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

#eedf1d Text Font Color

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

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


#eedf1d Background Color

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

This div background color is #eedf1d


#eedf1d Border Color

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

This div border color is #eedf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf1d


Comments

No comments written yet.

Please login to write comment.