Color Hex Logo

#eed62d Color Hex

#EED62D
(238,214,45)
0 Favorites   0 Comments

Color spaces of #eed62d

RGB 23821445
HSL0.150.850.55
HSV53°81°93°
CMYK 0.000.100.81   0.07
XYZ59.780166.459712.1599
Yxy66.45970.43190.4802
Hunter Lab81.5228-11.772248.2223
CIE-Lab85.2304-7.944478.2217

#eed62d color RGB value is (238,214,45).

#eed62d hex color red value is 238, green value is 214 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #eed62d hue: 0.15 , saturation: 0.85 and the lightness value of eed62d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 00101101
Octal 356 326 55
Decimal 238 214 45
Hex EE D6 2D

RGB Percentages of Color #eed62d

%47.89
%43.06
%9.05

CMYK Percentages of Color #eed62d

%0
%10
%81
%7

Triadic Colors of #eed62d

#eed62d #2deed6 #d62dee

Analogous Colors of #eed62d

#eed62d #a6ee2d #ee762d

Monochromatic Colors of #eed62d

#eed62d

Complementary Color

#eed62d #2d45ee

#eed62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed62d Color CSS Codes

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

#eed62d Text Font Color

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

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


#eed62d Background Color

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

This div background color is #eed62d


#eed62d Border Color

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

This div border color is #eed62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed62d


Comments

No comments written yet.

Please login to write comment.