Color Hex Logo

#defa6d Color Hex

#DEFA6D
(222,250,109)
0 Favorites   0 Comments

Color spaces of #defa6d

RGB 222250109
HSL0.200.930.70
HSV72°56°98°
CMYK 0.110.000.56   0.02
XYZ67.070185.004927.3406
Yxy85.00490.37380.4738
Hunter Lab92.1981-31.495746.9567
CIE-Lab93.8852-28.499663.2805

#defa6d color RGB value is (222,250,109).

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

The process color (four color CMYK) of #defa6d color hex is 0.11, 0.00, 0.56, 0.02. Web safe color of #defa6d is #ccff66. Color #defa6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111010 01101101
Octal 336 372 155
Decimal 222 250 109
Hex DE FA 6D

RGB Percentages of Color #defa6d

%38.21
%43.03
%18.76

CMYK Percentages of Color #defa6d

%11
%0
%56
%2

Triadic Colors of #defa6d

#defa6d #6ddefa #fa6dde

Analogous Colors of #defa6d

#defa6d #98fa6d #fad06d

Monochromatic Colors of #defa6d

#defa6d

Complementary Color

#defa6d #896dfa

#defa6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defa6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#defa6d Color CSS Codes

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

#defa6d Text Font Color

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

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


#defa6d Background Color

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

This div background color is #defa6d


#defa6d Border Color

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

This div border color is #defa6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defa6d


Comments

No comments written yet.

Please login to write comment.