Color Hex Logo

#def98d Color Hex

#DEF98D
(222,249,141)
0 Favorites   0 Comments

Color spaces of #def98d

RGB 222249141
HSL0.210.900.76
HSV75°43°98°
CMYK 0.110.000.43   0.02
XYZ68.807685.204038.0188
Yxy85.20400.35830.4437
Hunter Lab92.3060-28.476440.1940
CIE-Lab93.9710-25.057948.7705

#def98d color RGB value is (222,249,141).

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

The process color (four color CMYK) of #def98d color hex is 0.11, 0.00, 0.43, 0.02. Web safe color of #def98d is #ccff99. Color #def98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 10001101
Octal 336 371 215
Decimal 222 249 141
Hex DE F9 8D

RGB Percentages of Color #def98d

%36.27
%40.69
%23.04

CMYK Percentages of Color #def98d

%11
%0
%43
%2

Triadic Colors of #def98d

#def98d #8ddef9 #f98dde

Analogous Colors of #def98d

#def98d #a8f98d #f9de8d

Monochromatic Colors of #def98d

#def98d

Complementary Color

#def98d #a88df9

#def98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#def98d Color CSS Codes

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

#def98d Text Font Color

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

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


#def98d Background Color

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

This div background color is #def98d


#def98d Border Color

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

This div border color is #def98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def98d


Comments

No comments written yet.

Please login to write comment.