Color Hex Logo

#d1e98d Color Hex

#D1E98D
(209,233,141)
0 Favorites   0 Comments

Color spaces of #d1e98d

RGB 209233141
HSL0.210.680.73
HSV76°39°91°
CMYK 0.100.000.39   0.09
XYZ60.241173.756236.2606
Yxy73.75620.35380.4332
Hunter Lab85.8814-25.084635.0838
CIE-Lab88.8071-22.263142.0727

#d1e98d color RGB value is (209,233,141).

#d1e98d hex color red value is 209, green value is 233 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d1e98d hue: 0.21 , saturation: 0.68 and the lightness value of d1e98d is 0.73.

The process color (four color CMYK) of #d1e98d color hex is 0.10, 0.00, 0.39, 0.09. Web safe color of #d1e98d is #ccff99. Color #d1e98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101001 10001101
Octal 321 351 215
Decimal 209 233 141
Hex D1 E9 8D

RGB Percentages of Color #d1e98d

%35.85
%39.97
%24.19

CMYK Percentages of Color #d1e98d

%10
%0
%39
%9

Triadic Colors of #d1e98d

#d1e98d #8dd1e9 #e98dd1

Analogous Colors of #d1e98d

#d1e98d #a3e98d #e9d38d

Monochromatic Colors of #d1e98d

#d1e98d

Complementary Color

#d1e98d #a58de9

#d1e98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1e98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1e98d Color CSS Codes

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

#d1e98d Text Font Color

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

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


#d1e98d Background Color

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

This div background color is #d1e98d


#d1e98d Border Color

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

This div border color is #d1e98d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,233,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 #d1e98d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1e98d


Comments

No comments written yet.

Please login to write comment.