Color Hex Logo

#deffe4 Color Hex

#DEFFE4
(222,255,228)
0 Favorites   0 Comments

Color spaces of #deffe4

RGB 222255228
HSL0.361.000.94
HSV131°13°100°
CMYK 0.130.000.11   0.00
XYZ79.887892.651087.0717
Yxy92.65100.30770.3569
Hunter Lab96.2554-20.299713.7456
CIE-Lab97.0858-15.57429.3366

#deffe4 color RGB value is (222,255,228).

#deffe4 hex color red value is 222, green value is 255 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #deffe4 hue: 0.36 , saturation: 1.00 and the lightness value of deffe4 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 11100100
Octal 336 377 344
Decimal 222 255 228
Hex DE FF E4

RGB Percentages of Color #deffe4

%31.49
%36.17
%32.34

CMYK Percentages of Color #deffe4

%13
%0
%11
%0

Triadic Colors of #deffe4

#deffe4 #e4deff #ffe4de

Analogous Colors of #deffe4

#deffe4 #defff5 #e9ffde

Monochromatic Colors of #deffe4

#deffe4

Complementary Color

#deffe4 #ffdef9

#deffe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deffe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deffe4 Color CSS Codes

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

#deffe4 Text Font Color

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

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


#deffe4 Background Color

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

This div background color is #deffe4


#deffe4 Border Color

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

This div border color is #deffe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deffe4

Related Colors


Comments

No comments written yet.

Please login to write comment.