Color Hex Logo

#eedf1a Color Hex

#EEDF1A
(238,223,26)
0 Favorites   0 Comments

Color spaces of #eedf1a

RGB 23822326
HSL0.150.860.52
HSV56°89°93°
CMYK 0.000.060.89   0.07
XYZ61.834071.027111.4279
Yxy71.02710.42850.4923
Hunter Lab84.2776-16.521350.9547
CIE-Lab87.4982-12.868484.1045

#eedf1a color RGB value is (238,223,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 00011010
Octal 356 337 32
Decimal 238 223 26
Hex EE DF 1A

RGB Percentages of Color #eedf1a

%48.87
%45.79
%5.34

CMYK Percentages of Color #eedf1a

%0
%6
%89
%7

Triadic Colors of #eedf1a

#eedf1a #1aeedf #df1aee

Analogous Colors of #eedf1a

#eedf1a #93ee1a #ee751a

Monochromatic Colors of #eedf1a

#eedf1a

Complementary Color

#eedf1a #1a29ee

#eedf1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf1a Color CSS Codes

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

#eedf1a Text Font Color

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

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


#eedf1a Background Color

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

This div background color is #eedf1a


#eedf1a Border Color

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

This div border color is #eedf1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf1a


Comments

No comments written yet.

Please login to write comment.