Color Hex Logo

#defd68 Color Hex

#DEFD68
(222,253,104)
0 Favorites   0 Comments

Color spaces of #defd68

RGB 222253104
HSL0.200.970.70
HSV72°59°99°
CMYK 0.120.000.59   0.01
XYZ67.748286.779626.2761
Yxy86.77960.37470.4800
Hunter Lab93.1556-33.206648.4852
CIE-Lab94.6447-30.277966.2492

#defd68 color RGB value is (222,253,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111101 01101000
Octal 336 375 150
Decimal 222 253 104
Hex DE FD 68

RGB Percentages of Color #defd68

%38.34
%43.70
%17.96

CMYK Percentages of Color #defd68

%12
%0
%59
%1

Triadic Colors of #defd68

#defd68 #68defd #fd68de

Analogous Colors of #defd68

#defd68 #94fd68 #fdd268

Monochromatic Colors of #defd68

#defd68

Complementary Color

#defd68 #8768fd

#defd68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defd68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defd68 Color CSS Codes

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

#defd68 Text Font Color

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

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


#defd68 Background Color

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

This div background color is #defd68


#defd68 Border Color

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

This div border color is #defd68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defd68


Comments

No comments written yet.

Please login to write comment.