Color Hex Logo

#eed75e Color Hex

#EED75E
(238,215,94)
0 Favorites   0 Comments

Color spaces of #eed75e

RGB 23821594
HSL0.140.810.65
HSV50°61°93°
CMYK 0.000.100.61   0.07
XYZ61.580767.586220.3895
Yxy67.58620.41180.4519
Hunter Lab82.2108-10.162042.8428
CIE-Lab85.7991-6.137361.0930

#eed75e color RGB value is (238,215,94).

#eed75e hex color red value is 238, green value is 215 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eed75e hue: 0.14 , saturation: 0.81 and the lightness value of eed75e is 0.65.

The process color (four color CMYK) of #eed75e color hex is 0.00, 0.10, 0.61, 0.07. Web safe color of #eed75e is #ffcc66. Color #eed75e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010111 01011110
Octal 356 327 136
Decimal 238 215 94
Hex EE D7 5E

RGB Percentages of Color #eed75e

%43.51
%39.31
%17.18

CMYK Percentages of Color #eed75e

%0
%10
%61
%7

Triadic Colors of #eed75e

#eed75e #5eeed7 #d75eee

Analogous Colors of #eed75e

#eed75e #bdee5e #ee8f5e

Monochromatic Colors of #eed75e

#eed75e

Complementary Color

#eed75e #5e75ee

#eed75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed75e Color CSS Codes

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

#eed75e Text Font Color

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

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


#eed75e Background Color

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

This div background color is #eed75e


#eed75e Border Color

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

This div border color is #eed75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed75e


Comments

No comments written yet.

Please login to write comment.