Color Hex Logo

#eedf81 Color Hex

#EEDF81
(238,223,129)
0 Favorites   0 Comments

Color spaces of #eedf81

RGB 238223129
HSL0.140.760.72
HSV52°46°93°
CMYK 0.000.060.46   0.07
XYZ65.610072.537531.3120
Yxy72.53750.38720.4281
Hunter Lab85.1689-11.538037.8205
CIE-Lab88.2267-7.363247.6891

#eedf81 color RGB value is (238,223,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10000001
Octal 356 337 201
Decimal 238 223 129
Hex EE DF 81

RGB Percentages of Color #eedf81

%40.34
%37.80
%21.86

CMYK Percentages of Color #eedf81

%0
%6
%46
%7

Triadic Colors of #eedf81

#eedf81 #81eedf #df81ee

Analogous Colors of #eedf81

#eedf81 #c7ee81 #eea981

Monochromatic Colors of #eedf81

#eedf81

Complementary Color

#eedf81 #8190ee

#eedf81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf81 Color CSS Codes

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

#eedf81 Text Font Color

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

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


#eedf81 Background Color

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

This div background color is #eedf81


#eedf81 Border Color

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

This div border color is #eedf81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf81


Comments

No comments written yet.

Please login to write comment.