Color Hex Logo

#def06d Color Hex

#DEF06D
(222,240,109)
0 Favorites   0 Comments

Color spaces of #def06d

RGB 222240109
HSL0.190.810.68
HSV68°55°94°
CMYK 0.080.000.55   0.06
XYZ64.044678.953926.3321
Yxy78.95390.37820.4663
Hunter Lab88.8560-26.840944.6289
CIE-Lab91.2134-23.779860.2449

#def06d color RGB value is (222,240,109).

#def06d hex color red value is 222, green value is 240 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #def06d hue: 0.19 , saturation: 0.81 and the lightness value of def06d is 0.68.

The process color (four color CMYK) of #def06d color hex is 0.08, 0.00, 0.55, 0.06. Web safe color of #def06d is #ccff66. Color #def06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 01101101
Octal 336 360 155
Decimal 222 240 109
Hex DE F0 6D

RGB Percentages of Color #def06d

%38.88
%42.03
%19.09

CMYK Percentages of Color #def06d

%8
%0
%55
%6

Triadic Colors of #def06d

#def06d #6ddef0 #f06dde

Analogous Colors of #def06d

#def06d #9df06d #f0c16d

Monochromatic Colors of #def06d

#def06d

Complementary Color

#def06d #7f6df0

#def06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#def06d Color CSS Codes

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

#def06d Text Font Color

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

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


#def06d Background Color

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

This div background color is #def06d


#def06d Border Color

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

This div border color is #def06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def06d


Comments

No comments written yet.

Please login to write comment.