Color Hex Logo

#def97f Color Hex

#DEF97F
(222,249,127)
0 Favorites   0 Comments

Color spaces of #def97f

RGB 222249127
HSL0.200.910.74
HSV73°49°98°
CMYK 0.110.000.49   0.02
XYZ67.830684.813332.8742
Yxy84.81330.36560.4572
Hunter Lab92.0941-29.693243.3016
CIE-Lab93.8026-26.467355.1429

#def97f color RGB value is (222,249,127).

#def97f hex color red value is 222, green value is 249 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #def97f hue: 0.20 , saturation: 0.91 and the lightness value of def97f is 0.74.

The process color (four color CMYK) of #def97f color hex is 0.11, 0.00, 0.49, 0.02. Web safe color of #def97f is #ccff66. Color #def97f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 01111111
Octal 336 371 177
Decimal 222 249 127
Hex DE F9 7F

RGB Percentages of Color #def97f

%37.12
%41.64
%21.24

CMYK Percentages of Color #def97f

%11
%0
%49
%2

Triadic Colors of #def97f

#def97f #7fdef9 #f97fde

Analogous Colors of #def97f

#def97f #a1f97f #f9d77f

Monochromatic Colors of #def97f

#def97f

Complementary Color

#def97f #9a7ff9

#def97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#def97f Color CSS Codes

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

#def97f Text Font Color

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

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


#def97f Background Color

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

This div background color is #def97f


#def97f Border Color

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

This div border color is #def97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def97f


Comments

No comments written yet.

Please login to write comment.