Color Hex Logo

#eedf84 Color Hex

#EEDF84
(238,223,132)
0 Favorites   0 Comments

Color spaces of #eedf84

RGB 238223132
HSL0.140.760.73
HSV52°45°93°
CMYK 0.000.060.45   0.07
XYZ65.812472.618432.3779
Yxy72.61840.38530.4251
Hunter Lab85.2164-11.273737.1243
CIE-Lab88.2654-7.076246.2746

#eedf84 color RGB value is (238,223,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10000100
Octal 356 337 204
Decimal 238 223 132
Hex EE DF 84

RGB Percentages of Color #eedf84

%40.13
%37.61
%22.26

CMYK Percentages of Color #eedf84

%0
%6
%45
%7

Triadic Colors of #eedf84

#eedf84 #84eedf #df84ee

Analogous Colors of #eedf84

#eedf84 #c8ee84 #eeaa84

Monochromatic Colors of #eedf84

#eedf84

Complementary Color

#eedf84 #8493ee

#eedf84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf84 Color CSS Codes

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

#eedf84 Text Font Color

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

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


#eedf84 Background Color

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

This div background color is #eedf84


#eedf84 Border Color

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

This div border color is #eedf84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf84


Comments

No comments written yet.

Please login to write comment.