Color Hex Logo

#eed229 Color Hex

#EED229
(238,210,41)
0 Favorites   0 Comments

Color spaces of #eed229

RGB 23821041
HSL0.140.850.55
HSV51°83°93°
CMYK 0.000.120.83   0.07
XYZ58.706764.430411.4400
Yxy64.43040.43620.4788
Hunter Lab80.2685-9.918947.7379
CIE-Lab84.1894-6.036978.3664

#eed229 color RGB value is (238,210,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 00101001
Octal 356 322 51
Decimal 238 210 41
Hex EE D2 29

RGB Percentages of Color #eed229

%48.67
%42.94
%8.38

CMYK Percentages of Color #eed229

%0
%12
%83
%7

Triadic Colors of #eed229

#eed229 #29eed2 #d229ee

Analogous Colors of #eed229

#eed229 #a8ee29 #ee7029

Monochromatic Colors of #eed229

#eed229

Complementary Color

#eed229 #2945ee

#eed229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed229 Color CSS Codes

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

#eed229 Text Font Color

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

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


#eed229 Background Color

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

This div background color is #eed229


#eed229 Border Color

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

This div border color is #eed229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed229

#eed229 Color Palettes


Comments

No comments written yet.

Please login to write comment.