Color Hex Logo

#defc9d Color Hex

#DEFC9D
(222,252,157)
0 Favorites   0 Comments

Color spaces of #defc9d

RGB 222252157
HSL0.220.940.80
HSV79°38°99°
CMYK 0.120.000.38   0.01
XYZ71.020487.584745.0607
Yxy87.58470.34870.4300
Hunter Lab93.5867-28.317936.9634
CIE-Lab94.9858-24.670242.3126

#defc9d color RGB value is (222,252,157).

#defc9d hex color red value is 222, green value is 252 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #defc9d hue: 0.22 , saturation: 0.94 and the lightness value of defc9d is 0.80.

The process color (four color CMYK) of #defc9d color hex is 0.12, 0.00, 0.38, 0.01. Web safe color of #defc9d is #ccff99. Color #defc9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111100 10011101
Octal 336 374 235
Decimal 222 252 157
Hex DE FC 9D

RGB Percentages of Color #defc9d

%35.18
%39.94
%24.88

CMYK Percentages of Color #defc9d

%12
%0
%38
%1

Triadic Colors of #defc9d

#defc9d #9ddefc #fc9dde

Analogous Colors of #defc9d

#defc9d #affc9d #fceb9d

Monochromatic Colors of #defc9d

#defc9d

Complementary Color

#defc9d #bb9dfc

#defc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#defc9d Color CSS Codes

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

#defc9d Text Font Color

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

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


#defc9d Background Color

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

This div background color is #defc9d


#defc9d Border Color

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

This div border color is #defc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defc9d


Comments

No comments written yet.

Please login to write comment.