Color Hex Logo

#eed562 Color Hex

#EED562
(238,213,98)
0 Favorites   0 Comments

Color spaces of #eed562

RGB 23821398
HSL0.140.800.66
HSV49°59°93°
CMYK 0.000.110.59   0.07
XYZ61.258766.647521.1908
Yxy66.64750.41090.4470
Hunter Lab81.6379-8.925241.7566
CIE-Lab85.3256-4.851858.7970

#eed562 color RGB value is (238,213,98).

#eed562 hex color red value is 238, green value is 213 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #eed562 hue: 0.14 , saturation: 0.80 and the lightness value of eed562 is 0.66.

The process color (four color CMYK) of #eed562 color hex is 0.00, 0.11, 0.59, 0.07. Web safe color of #eed562 is #ffcc66. Color #eed562 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 01100010
Octal 356 325 142
Decimal 238 213 98
Hex EE D5 62

RGB Percentages of Color #eed562

%43.35
%38.80
%17.85

CMYK Percentages of Color #eed562

%0
%11
%59
%7

Triadic Colors of #eed562

#eed562 #62eed5 #d562ee

Analogous Colors of #eed562

#eed562 #c1ee62 #ee8f62

Monochromatic Colors of #eed562

#eed562

Complementary Color

#eed562 #627bee

#eed562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed562 Color CSS Codes

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

#eed562 Text Font Color

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

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


#eed562 Background Color

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

This div background color is #eed562


#eed562 Border Color

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

This div border color is #eed562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed562


Comments

No comments written yet.

Please login to write comment.