Color Hex Logo

#eed885 Color Hex

#EED885
(238,216,133)
0 Favorites   0 Comments

Color spaces of #eed885

RGB 238216133
HSL0.130.760.73
HSV47°44°93°
CMYK 0.000.090.44   0.07
XYZ64.049468.982332.1295
Yxy68.98230.38780.4177
Hunter Lab83.0556-7.694735.2030
CIE-Lab86.4953-3.432143.5649

#eed885 color RGB value is (238,216,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 10000101
Octal 356 330 205
Decimal 238 216 133
Hex EE D8 85

RGB Percentages of Color #eed885

%40.55
%36.80
%22.66

CMYK Percentages of Color #eed885

%0
%9
%44
%7

Triadic Colors of #eed885

#eed885 #85eed8 #d885ee

Analogous Colors of #eed885

#eed885 #d0ee85 #eea485

Monochromatic Colors of #eed885

#eed885

Complementary Color

#eed885 #859bee

#eed885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed885 Color CSS Codes

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

#eed885 Text Font Color

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

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


#eed885 Background Color

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

This div background color is #eed885


#eed885 Border Color

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

This div border color is #eed885


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,216,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 #eed885">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed885


Comments

No comments written yet.

Please login to write comment.