color codes Logo

#eef98d color codes

#EEF98D
(238,249,141)
0 Favorites   0 Comments

Color spaces of #eef98d

RGB 238249141
HSL0.180.900.76
HSV66°43°98°
CMYK 0.040.000.43   0.02
XYZ73.943387.851638.2591
Yxy87.85160.36960.4391
Hunter Lab93.7292-23.206841.4090
CIE-Lab95.0984-19.014850.4183

#eef98d color RGB value is (238,249,141).

#eef98d hex color red value is 238, green value is 249 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #eef98d hue: 0.18 , saturation: 0.90 and the lightness value of eef98d is 0.76.

The process color (four color CMYK) of #eef98d color code is 0.04, 0.00, 0.43, 0.02. Web safe color of #eef98d is #ffff99. Color #eef98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111001 10001101
Octal 356 371 215
Decimal 238 249 141
Hex EE F9 8D

RGB Percentages of Color #eef98d

%37.90
%39.65
%22.45

CMYK Percentages of Color #eef98d

%4
%0
%43
%2

Triadic Colors of #eef98d

#eef98d #8deef9 #f98dee

Analogous Colors of #eef98d

#eef98d #b8f98d #f9ce8d

Monochromatic Colors of #eef98d

#eef98d

Complementary Color

#eef98d #988df9

#eef98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef98d Color CSS Codes

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

#eef98d Text Font Color

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

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


#eef98d Background Color

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

This div background color is #eef98d


#eef98d Border Color

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

This div border color is #eef98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef98d


Comments

No comments written yet.

Please login to write comment.