Color Hex Logo

#defd66 Color Hex

#DEFD66
(222,253,102)
0 Favorites   0 Comments

Color spaces of #defd66

RGB 222253102
HSL0.200.970.70
HSV72°60°99°
CMYK 0.120.000.60   0.01
XYZ67.647886.739525.7473
Yxy86.73950.37550.4815
Hunter Lab93.1340-33.331348.8029
CIE-Lab94.6276-30.425267.0608

#defd66 color RGB value is (222,253,102).

#defd66 hex color red value is 222, green value is 253 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #defd66 hue: 0.20 , saturation: 0.97 and the lightness value of defd66 is 0.70.

The process color (four color CMYK) of #defd66 color hex is 0.12, 0.00, 0.60, 0.01. Web safe color of #defd66 is #ccff66. Color #defd66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111101 01100110
Octal 336 375 146
Decimal 222 253 102
Hex DE FD 66

RGB Percentages of Color #defd66

%38.47
%43.85
%17.68

CMYK Percentages of Color #defd66

%12
%0
%60
%1

Triadic Colors of #defd66

#defd66 #66defd #fd66de

Analogous Colors of #defd66

#defd66 #93fd66 #fdd166

Monochromatic Colors of #defd66

#defd66

Complementary Color

#defd66 #8566fd

#defd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defd66 Color CSS Codes

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

#defd66 Text Font Color

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

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


#defd66 Background Color

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

This div background color is #defd66


#defd66 Border Color

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

This div border color is #defd66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,253,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 #defd66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defd66

Related Colors


Comments

No comments written yet.

Please login to write comment.