Color Hex Logo

#eed985 Color Hex

#EED985
(238,217,133)
0 Favorites   0 Comments

Color spaces of #eed985

RGB 238217133
HSL0.130.760.73
HSV48°44°93°
CMYK 0.000.090.44   0.07
XYZ64.306469.496332.2151
Yxy69.49630.38730.4186
Hunter Lab83.3644-8.194935.4433
CIE-Lab86.7492-3.941143.8846

#eed985 color RGB value is (238,217,133).

#eed985 hex color red value is 238, green value is 217 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #eed985 hue: 0.13 , saturation: 0.76 and the lightness value of eed985 is 0.73.

The process color (four color CMYK) of #eed985 color hex is 0.00, 0.09, 0.44, 0.07. Web safe color of #eed985 is #ffcc99. Color #eed985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011001 10000101
Octal 356 331 205
Decimal 238 217 133
Hex EE D9 85

RGB Percentages of Color #eed985

%40.48
%36.90
%22.62

CMYK Percentages of Color #eed985

%0
%9
%44
%7

Triadic Colors of #eed985

#eed985 #85eed9 #d985ee

Analogous Colors of #eed985

#eed985 #cfee85 #eea585

Monochromatic Colors of #eed985

#eed985

Complementary Color

#eed985 #859aee

#eed985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed985 Color CSS Codes

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

#eed985 Text Font Color

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

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


#eed985 Background Color

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

This div background color is #eed985


#eed985 Border Color

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

This div border color is #eed985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed985


Comments

No comments written yet.

Please login to write comment.