Color Hex Logo

#def069 Color Hex

#DEF069
(222,240,105)
0 Favorites   0 Comments

Color spaces of #def069

RGB 222240105
HSL0.190.820.68
HSV68°56°94°
CMYK 0.080.000.56   0.06
XYZ63.834178.869725.2236
Yxy78.86970.38010.4697
Hunter Lab88.8086-27.112445.3264
CIE-Lab91.1753-24.096361.9528

#def069 color RGB value is (222,240,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 01101001
Octal 336 360 151
Decimal 222 240 105
Hex DE F0 69

RGB Percentages of Color #def069

%39.15
%42.33
%18.52

CMYK Percentages of Color #def069

%8
%0
%56
%6

Triadic Colors of #def069

#def069 #69def0 #f069de

Analogous Colors of #def069

#def069 #9bf069 #f0bf69

Monochromatic Colors of #def069

#def069

Complementary Color

#def069 #7b69f0

#def069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def069 Color CSS Codes

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

#def069 Text Font Color

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

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


#def069 Background Color

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

This div background color is #def069


#def069 Border Color

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

This div border color is #def069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def069


Comments

No comments written yet.

Please login to write comment.