Color Hex Logo

#defde1 Color Hex

#DEFDE1
(222,253,225)
0 Favorites   0 Comments

Color spaces of #defde1

RGB 222253225
HSL0.350.890.93
HSV126°12°99°
CMYK 0.120.000.11   0.01
XYZ78.840191.216484.6854
Yxy91.21640.30950.3581
Hunter Lab95.5073-19.788114.2832
CIE-Lab96.4991-15.117110.0366

#defde1 color RGB value is (222,253,225).

#defde1 hex color red value is 222, green value is 253 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #defde1 hue: 0.35 , saturation: 0.89 and the lightness value of defde1 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111101 11100001
Octal 336 375 341
Decimal 222 253 225
Hex DE FD E1

RGB Percentages of Color #defde1

%31.71
%36.14
%32.14

CMYK Percentages of Color #defde1

%12
%0
%11
%1

Triadic Colors of #defde1

#defde1 #e1defd #fde1de

Analogous Colors of #defde1

#defde1 #defdf1 #ebfdde

Monochromatic Colors of #defde1

#defde1

Complementary Color

#defde1 #fddefa

#defde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defde1 Color CSS Codes

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

#defde1 Text Font Color

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

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


#defde1 Background Color

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

This div background color is #defde1


#defde1 Border Color

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

This div border color is #defde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defde1

Related Colors


Comments

No comments written yet.

Please login to write comment.