Color Hex Logo

#eed309 Color Hex

#EED309
(238,211,9)
0 Favorites   0 Comments

Color spaces of #eed309

RGB 2382119
HSL0.150.930.48
HSV53°96°93°
CMYK 0.000.110.96   0.07
XYZ58.603564.78549.6745
Yxy64.78540.44040.4869
Hunter Lab80.4894-10.892449.2161
CIE-Lab84.3730-7.078283.8115

#eed309 color RGB value is (238,211,9).

#eed309 hex color red value is 238, green value is 211 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #eed309 hue: 0.15 , saturation: 0.93 and the lightness value of eed309 is 0.48.

The process color (four color CMYK) of #eed309 color hex is 0.00, 0.11, 0.96, 0.07. Web safe color of #eed309 is #ffcc00. Color #eed309 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 00001001
Octal 356 323 11
Decimal 238 211 9
Hex EE D3 9

RGB Percentages of Color #eed309

%51.97
%46.07
%1.97

CMYK Percentages of Color #eed309

%0
%11
%96
%7

Triadic Colors of #eed309

#eed309 #09eed3 #d309ee

Analogous Colors of #eed309

#eed309 #97ee09 #ee6109

Monochromatic Colors of #eed309

#eed309

Complementary Color

#eed309 #0924ee

#eed309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed309 Color CSS Codes

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

#eed309 Text Font Color

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

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


#eed309 Background Color

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

This div background color is #eed309


#eed309 Border Color

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

This div border color is #eed309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed309


Comments

No comments written yet.

Please login to write comment.