Color Hex Logo

#eed23e Color Hex

#EED23E
(238,210,62)
0 Favorites   0 Comments

Color spaces of #eed23e

RGB 23821062
HSL0.140.840.59
HSV50°74°93°
CMYK 0.000.120.74   0.07
XYZ59.176064.618113.9111
Yxy64.61810.42970.4692
Hunter Lab80.3854-9.271046.0093
CIE-Lab84.2866-5.324272.1767

#eed23e color RGB value is (238,210,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 00111110
Octal 356 322 76
Decimal 238 210 62
Hex EE D2 3E

RGB Percentages of Color #eed23e

%46.67
%41.18
%12.16

CMYK Percentages of Color #eed23e

%0
%12
%74
%7

Triadic Colors of #eed23e

#eed23e #3eeed2 #d23eee

Analogous Colors of #eed23e

#eed23e #b2ee3e #ee7a3e

Monochromatic Colors of #eed23e

#eed23e

Complementary Color

#eed23e #3e5aee

#eed23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed23e Color CSS Codes

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

#eed23e Text Font Color

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

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


#eed23e Background Color

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

This div background color is #eed23e


#eed23e Border Color

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

This div border color is #eed23e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,210,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 #eed23e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed23e


Comments

No comments written yet.

Please login to write comment.