Color Hex Logo

#eeda34 Color Hex

#EEDA34
(238,218,52)
0 Favorites   0 Comments

Color spaces of #eeda34

RGB 23821852
HSL0.150.850.57
HSV54°78°93°
CMYK 0.000.080.78   0.07
XYZ60.951168.567913.2713
Yxy68.56790.42690.4802
Hunter Lab82.8057-13.520948.4616
CIE-Lab86.2896-9.731177.1989

#eeda34 color RGB value is (238,218,52).

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

The process color (four color CMYK) of #eeda34 color hex is 0.00, 0.08, 0.78, 0.07. Web safe color of #eeda34 is #ffcc33. Color #eeda34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 00110100
Octal 356 332 64
Decimal 238 218 52
Hex EE DA 34

RGB Percentages of Color #eeda34

%46.85
%42.91
%10.24

CMYK Percentages of Color #eeda34

%0
%8
%78
%7

Triadic Colors of #eeda34

#eeda34 #34eeda #da34ee

Analogous Colors of #eeda34

#eeda34 #a5ee34 #ee7d34

Monochromatic Colors of #eeda34

#eeda34

Complementary Color

#eeda34 #3448ee

#eeda34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda34 Color CSS Codes

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

#eeda34 Text Font Color

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

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


#eeda34 Background Color

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

This div background color is #eeda34


#eeda34 Border Color

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

This div border color is #eeda34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda34


Comments

No comments written yet.

Please login to write comment.