Color Hex Logo

#def68f Color Hex

#DEF68F
(222,246,143)
0 Favorites   0 Comments

Color spaces of #def68f

RGB 222246143
HSL0.210.850.76
HSV74°42°96°
CMYK 0.100.000.42   0.04
XYZ68.037983.424338.5031
Yxy83.42430.35820.4392
Hunter Lab91.3369-26.872938.9421
CIE-Lab93.1999-23.414646.8456

#def68f color RGB value is (222,246,143).

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

The process color (four color CMYK) of #def68f color hex is 0.10, 0.00, 0.42, 0.04. Web safe color of #def68f is #ccff99. Color #def68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110110 10001111
Octal 336 366 217
Decimal 222 246 143
Hex DE F6 8F

RGB Percentages of Color #def68f

%36.33
%40.26
%23.40

CMYK Percentages of Color #def68f

%10
%0
%42
%4

Triadic Colors of #def68f

#def68f #8fdef6 #f68fde

Analogous Colors of #def68f

#def68f #abf68f #f6db8f

Monochromatic Colors of #def68f

#def68f

Complementary Color

#def68f #a78ff6

#def68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#def68f Color CSS Codes

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

#def68f Text Font Color

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

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


#def68f Background Color

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

This div background color is #def68f


#def68f Border Color

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

This div border color is #def68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def68f


Comments

No comments written yet.

Please login to write comment.