Color Hex Logo

#eed529 Color Hex

#EED529
(238,213,41)
0 Favorites   0 Comments

Color spaces of #eed529

RGB 23821341
HSL0.150.850.55
HSV52°83°93°
CMYK 0.000.110.83   0.07
XYZ59.454465.925711.6892
Yxy65.92570.43380.4810
Hunter Lab81.1946-11.384848.3006
CIE-Lab84.9585-7.552079.0121

#eed529 color RGB value is (238,213,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 00101001
Octal 356 325 51
Decimal 238 213 41
Hex EE D5 29

RGB Percentages of Color #eed529

%48.37
%43.29
%8.33

CMYK Percentages of Color #eed529

%0
%11
%83
%7

Triadic Colors of #eed529

#eed529 #29eed5 #d529ee

Analogous Colors of #eed529

#eed529 #a5ee29 #ee7329

Monochromatic Colors of #eed529

#eed529

Complementary Color

#eed529 #2942ee

#eed529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed529 Color CSS Codes

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

#eed529 Text Font Color

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

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


#eed529 Background Color

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

This div background color is #eed529


#eed529 Border Color

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

This div border color is #eed529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed529


Comments

No comments written yet.

Please login to write comment.