Color Hex Logo

#eed825 Color Hex

#EED825
(238,216,37)
0 Favorites   0 Comments

Color spaces of #eed825

RGB 23821637
HSL0.150.860.54
HSV53°84°93°
CMYK 0.000.090.84   0.07
XYZ60.149767.422411.5939
Yxy67.42240.43220.4845
Hunter Lab82.1111-12.936149.1062
CIE-Lab85.7168-9.160180.5786

#eed825 color RGB value is (238,216,37).

#eed825 hex color red value is 238, green value is 216 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #eed825 hue: 0.15 , saturation: 0.86 and the lightness value of eed825 is 0.54.

The process color (four color CMYK) of #eed825 color hex is 0.00, 0.09, 0.84, 0.07. Web safe color of #eed825 is #ffcc33. Color #eed825 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 00100101
Octal 356 330 45
Decimal 238 216 37
Hex EE D8 25

RGB Percentages of Color #eed825

%48.47
%43.99
%7.54

CMYK Percentages of Color #eed825

%0
%9
%84
%7

Triadic Colors of #eed825

#eed825 #25eed8 #d825ee

Analogous Colors of #eed825

#eed825 #a0ee25 #ee7425

Monochromatic Colors of #eed825

#eed825

Complementary Color

#eed825 #253bee

#eed825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed825 Color CSS Codes

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

#eed825 Text Font Color

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

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


#eed825 Background Color

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

This div background color is #eed825


#eed825 Border Color

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

This div border color is #eed825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed825


Comments

No comments written yet.

Please login to write comment.