Color Hex Logo

#defcd7 Color Hex

#DEFCD7
(222,252,215)
0 Favorites   0 Comments

Color spaces of #defcd7

RGB 222252215
HSL0.300.860.92
HSV109°15°99°
CMYK 0.120.000.15   0.01
XYZ77.200390.056777.6038
Yxy90.05670.31530.3678
Hunter Lab94.8982-20.861017.9439
CIE-Lab96.0203-16.333314.4879

#defcd7 color RGB value is (222,252,215).

#defcd7 hex color red value is 222, green value is 252 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #defcd7 hue: 0.30 , saturation: 0.86 and the lightness value of defcd7 is 0.92.

The process color (four color CMYK) of #defcd7 color hex is 0.12, 0.00, 0.15, 0.01. Web safe color of #defcd7 is #ccffcc. Color #defcd7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111100 11010111
Octal 336 374 327
Decimal 222 252 215
Hex DE FC D7

RGB Percentages of Color #defcd7

%32.22
%36.57
%31.20

CMYK Percentages of Color #defcd7

%12
%0
%15
%1

Triadic Colors of #defcd7

#defcd7 #d7defc #fcd7de

Analogous Colors of #defcd7

#defcd7 #d7fce3 #f1fcd7

Monochromatic Colors of #defcd7

#defcd7

Complementary Color

#defcd7 #f5d7fc

#defcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defcd7 Color CSS Codes

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

#defcd7 Text Font Color

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

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


#defcd7 Background Color

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

This div background color is #defcd7


#defcd7 Border Color

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

This div border color is #defcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defcd7


Comments

No comments written yet.

Please login to write comment.