Color Hex Logo

#eed63e Color Hex

#EED63E
(238,214,62)
0 Favorites   0 Comments

Color spaces of #eed63e

RGB 23821462
HSL0.140.840.59
HSV52°74°93°
CMYK 0.000.100.74   0.07
XYZ60.176066.618114.2444
Yxy66.61810.42670.4723
Hunter Lab81.6199-11.232046.7866
CIE-Lab85.3107-7.347273.1444

#eed63e color RGB value is (238,214,62).

#eed63e hex color red value is 238, green value is 214 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #eed63e hue: 0.14 , saturation: 0.84 and the lightness value of eed63e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 00111110
Octal 356 326 76
Decimal 238 214 62
Hex EE D6 3E

RGB Percentages of Color #eed63e

%46.30
%41.63
%12.06

CMYK Percentages of Color #eed63e

%0
%10
%74
%7

Triadic Colors of #eed63e

#eed63e #3eeed6 #d63eee

Analogous Colors of #eed63e

#eed63e #aeee3e #ee7e3e

Monochromatic Colors of #eed63e

#eed63e

Complementary Color

#eed63e #3e56ee

#eed63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed63e Color CSS Codes

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

#eed63e Text Font Color

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

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


#eed63e Background Color

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

This div background color is #eed63e


#eed63e Border Color

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

This div border color is #eed63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed63e


Comments

No comments written yet.

Please login to write comment.