Color Hex Logo

#def066 Color Hex

#DEF066
(222,240,102)
0 Favorites   0 Comments

Color spaces of #def066

RGB 222240102
HSL0.190.820.67
HSV68°58°94°
CMYK 0.080.000.58   0.06
XYZ63.682678.809124.4256
Yxy78.80910.38150.4721
Hunter Lab88.7745-27.307945.8290
CIE-Lab91.1478-24.324663.2147

#def066 color RGB value is (222,240,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 01100110
Octal 336 360 146
Decimal 222 240 102
Hex DE F0 66

RGB Percentages of Color #def066

%39.36
%42.55
%18.09

CMYK Percentages of Color #def066

%8
%0
%58
%6

Triadic Colors of #def066

#def066 #66def0 #f066de

Analogous Colors of #def066

#def066 #99f066 #f0bd66

Monochromatic Colors of #def066

#def066

Complementary Color

#def066 #7866f0

#def066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def066 Color CSS Codes

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

#def066 Text Font Color

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

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


#def066 Background Color

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

This div background color is #def066


#def066 Border Color

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

This div border color is #def066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def066


Comments

No comments written yet.

Please login to write comment.