Color Hex Logo

#def98a Color Hex

#DEF98A
(222,249,138)
0 Favorites   0 Comments

Color spaces of #def98a

RGB 222249138
HSL0.210.900.76
HSV75°45°98°
CMYK 0.110.000.45   0.02
XYZ68.587385.115936.8588
Yxy85.11590.35990.4467
Hunter Lab92.2583-28.750340.8934
CIE-Lab93.9330-25.374150.1523

#def98a color RGB value is (222,249,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 10001010
Octal 336 371 212
Decimal 222 249 138
Hex DE F9 8A

RGB Percentages of Color #def98a

%36.45
%40.89
%22.66

CMYK Percentages of Color #def98a

%11
%0
%45
%2

Triadic Colors of #def98a

#def98a #8adef9 #f98ade

Analogous Colors of #def98a

#def98a #a7f98a #f9dd8a

Monochromatic Colors of #def98a

#def98a

Complementary Color

#def98a #a58af9

#def98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#def98a Color CSS Codes

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

#def98a Text Font Color

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

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


#def98a Background Color

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

This div background color is #def98a


#def98a Border Color

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

This div border color is #def98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def98a


Comments

No comments written yet.

Please login to write comment.