Color Hex Logo

#eedf86 Color Hex

#EEDF86
(238,223,134)
0 Favorites   0 Comments

Color spaces of #eedf86

RGB 238223134
HSL0.140.750.73
HSV51°44°93°
CMYK 0.000.060.44   0.07
XYZ65.950672.673733.1057
Yxy72.67370.38400.4232
Hunter Lab85.2489-11.093636.6494
CIE-Lab88.2919-6.880845.3274

#eedf86 color RGB value is (238,223,134).

#eedf86 hex color red value is 238, green value is 223 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #eedf86 hue: 0.14 , saturation: 0.75 and the lightness value of eedf86 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10000110
Octal 356 337 206
Decimal 238 223 134
Hex EE DF 86

RGB Percentages of Color #eedf86

%40.00
%37.48
%22.52

CMYK Percentages of Color #eedf86

%0
%6
%44
%7

Triadic Colors of #eedf86

#eedf86 #86eedf #df86ee

Analogous Colors of #eedf86

#eedf86 #c9ee86 #eeab86

Monochromatic Colors of #eedf86

#eedf86

Complementary Color

#eedf86 #8695ee

#eedf86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf86 Color CSS Codes

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

#eedf86 Text Font Color

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

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


#eedf86 Background Color

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

This div background color is #eedf86


#eedf86 Border Color

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

This div border color is #eedf86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf86


Comments

No comments written yet.

Please login to write comment.