Color Hex Logo

#defce5 Color Hex

#DEFCE5
(222,252,229)
0 Favorites   0 Comments

Color spaces of #defce5

RGB 222252229
HSL0.370.830.93
HSV134°12°99°
CMYK 0.120.000.09   0.01
XYZ79.077590.807587.4885
Yxy90.80750.30720.3528
Hunter Lab95.2930-18.637012.2709
CIE-Lab96.3307-13.92047.7390

#defce5 color RGB value is (222,252,229).

#defce5 hex color red value is 222, green value is 252 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #defce5 hue: 0.37 , saturation: 0.83 and the lightness value of defce5 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111100 11100101
Octal 336 374 345
Decimal 222 252 229
Hex DE FC E5

RGB Percentages of Color #defce5

%31.58
%35.85
%32.57

CMYK Percentages of Color #defce5

%12
%0
%9
%1

Triadic Colors of #defce5

#defce5 #e5defc #fce5de

Analogous Colors of #defce5

#defce5 #defcf4 #e6fcde

Monochromatic Colors of #defce5

#defce5

Complementary Color

#defce5 #fcdef5

#defce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defce5 Color CSS Codes

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

#defce5 Text Font Color

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

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


#defce5 Background Color

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

This div background color is #defce5


#defce5 Border Color

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

This div border color is #defce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defce5


Comments

No comments written yet.

Please login to write comment.