Color Hex Logo

#eed954 Color Hex

#EED954
(238,217,84)
0 Favorites   0 Comments

Color spaces of #eed954

RGB 23821784
HSL0.140.820.63
HSV52°65°93°
CMYK 0.000.090.65   0.07
XYZ61.673068.442918.3478
Yxy68.44290.41540.4610
Hunter Lab82.7302-11.711344.7619
CIE-Lab86.2274-7.767465.7858

#eed954 color RGB value is (238,217,84).

#eed954 hex color red value is 238, green value is 217 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #eed954 hue: 0.14 , saturation: 0.82 and the lightness value of eed954 is 0.63.

The process color (four color CMYK) of #eed954 color hex is 0.00, 0.09, 0.65, 0.07. Web safe color of #eed954 is #ffcc66. Color #eed954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011001 01010100
Octal 356 331 124
Decimal 238 217 84
Hex EE D9 54

RGB Percentages of Color #eed954

%44.16
%40.26
%15.58

CMYK Percentages of Color #eed954

%0
%9
%65
%7

Triadic Colors of #eed954

#eed954 #54eed9 #d954ee

Analogous Colors of #eed954

#eed954 #b6ee54 #ee8c54

Monochromatic Colors of #eed954

#eed954

Complementary Color

#eed954 #5469ee

#eed954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed954 Color CSS Codes

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

#eed954 Text Font Color

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

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


#eed954 Background Color

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

This div background color is #eed954


#eed954 Border Color

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

This div border color is #eed954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed954


Comments

No comments written yet.

Please login to write comment.