Color Hex Logo

#deffcc Color Hex

#DEFFCC
(222,255,204)
0 Favorites   0 Comments

Color spaces of #deffcc

RGB 222255204
HSL0.271.000.90
HSV99°20°100°
CMYK 0.130.000.20   0.00
XYZ76.783391.409270.7236
Yxy91.40920.32140.3826
Hunter Lab95.6082-23.960223.0675
CIE-Lab96.5783-19.579920.8938

#deffcc color RGB value is (222,255,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 11001100
Octal 336 377 314
Decimal 222 255 204
Hex DE FF CC

RGB Percentages of Color #deffcc

%32.60
%37.44
%29.96

CMYK Percentages of Color #deffcc

%13
%0
%20
%0

Triadic Colors of #deffcc

#deffcc #ccdeff #ffccde

Analogous Colors of #deffcc

#deffcc #ccffd4 #f8ffcc

Monochromatic Colors of #deffcc

#deffcc

Complementary Color

#deffcc #edccff

#deffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#deffcc Color CSS Codes

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

#deffcc Text Font Color

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

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


#deffcc Background Color

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

This div background color is #deffcc


#deffcc Border Color

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

This div border color is #deffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deffcc


Comments

No comments written yet.

Please login to write comment.