Color Hex Logo

#eed314 Color Hex

#EED314
(238,211,20)
0 Favorites   0 Comments

Color spaces of #eed314

RGB 23821120
HSL0.150.870.51
HSV53°92°93°
CMYK 0.000.110.92   0.07
XYZ58.680464.816210.0798
Yxy64.81620.43930.4852
Hunter Lab80.5085-10.786248.9327
CIE-Lab84.3889-6.960782.6096

#eed314 color RGB value is (238,211,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 00010100
Octal 356 323 24
Decimal 238 211 20
Hex EE D3 14

RGB Percentages of Color #eed314

%50.75
%44.99
%4.26

CMYK Percentages of Color #eed314

%0
%11
%92
%7

Triadic Colors of #eed314

#eed314 #14eed3 #d314ee

Analogous Colors of #eed314

#eed314 #9cee14 #ee6614

Monochromatic Colors of #eed314

#eed314

Complementary Color

#eed314 #142fee

#eed314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed314 Color CSS Codes

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

#eed314 Text Font Color

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

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


#eed314 Background Color

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

This div background color is #eed314


#eed314 Border Color

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

This div border color is #eed314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed314


Comments

No comments written yet.

Please login to write comment.