color codes Logo

#defd8d color codes

#DEFD8D
(222,253,141)
0 Favorites   0 Comments

Color spaces of #defd8d

RGB 222253141
HSL0.210.970.77
HSV77°44°99°
CMYK 0.120.000.44   0.01
XYZ70.057287.703238.4353
Yxy87.70320.35710.4470
Hunter Lab93.6500-30.356141.2215
CIE-Lab95.0358-26.946450.0940

#defd8d color RGB value is (222,253,141).

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

The process color (four color CMYK) of #defd8d color code is 0.12, 0.00, 0.44, 0.01. Web safe color of #defd8d is #ccff99. Color #defd8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111101 10001101
Octal 336 375 215
Decimal 222 253 141
Hex DE FD 8D

RGB Percentages of Color #defd8d

%36.04
%41.07
%22.89

CMYK Percentages of Color #defd8d

%12
%0
%44
%1

Triadic Colors of #defd8d

#defd8d #8ddefd #fd8dde

Analogous Colors of #defd8d

#defd8d #a6fd8d #fde48d

Monochromatic Colors of #defd8d

#defd8d

Complementary Color

#defd8d #ac8dfd

#defd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#defd8d Color CSS Codes

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

#defd8d Text Font Color

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

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


#defd8d Background Color

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

This div background color is #defd8d


#defd8d Border Color

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

This div border color is #defd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defd8d


Comments

No comments written yet.

Please login to write comment.