Color Hex Logo

#eedf98 Color Hex

#EEDF98
(238,223,152)
0 Favorites   0 Comments

Color spaces of #eedf98

RGB 238223152
HSL0.140.720.76
HSV50°36°93°
CMYK 0.000.060.36   0.07
XYZ67.315173.219540.2907
Yxy73.21950.37230.4049
Hunter Lab85.5684-9.322031.9806
CIE-Lab88.5523-4.971436.6768

#eedf98 color RGB value is (238,223,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10011000
Octal 356 337 230
Decimal 238 223 152
Hex EE DF 98

RGB Percentages of Color #eedf98

%38.83
%36.38
%24.80

CMYK Percentages of Color #eedf98

%0
%6
%36
%7

Triadic Colors of #eedf98

#eedf98 #98eedf #df98ee

Analogous Colors of #eedf98

#eedf98 #d2ee98 #eeb498

Monochromatic Colors of #eedf98

#eedf98

Complementary Color

#eedf98 #98a7ee

#eedf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf98 Color CSS Codes

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

#eedf98 Text Font Color

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

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


#eedf98 Background Color

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

This div background color is #eedf98


#eedf98 Border Color

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

This div border color is #eedf98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf98

#eedf98 Color Palettes


Comments

No comments written yet.

Please login to write comment.