Color Hex Logo

#defcc4 Color Hex

#DEFCC4
(222,252,196)
0 Favorites   0 Comments

Color spaces of #defcc4

RGB 222252196
HSL0.260.900.88
HSV92°22°99°
CMYK 0.120.000.22   0.01
XYZ74.898489.135965.4819
Yxy89.13590.32630.3884
Hunter Lab94.4118-23.613824.9661
CIE-Lab95.6372-19.365623.6606

#defcc4 color RGB value is (222,252,196).

#defcc4 hex color red value is 222, green value is 252 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #defcc4 hue: 0.26 , saturation: 0.90 and the lightness value of defcc4 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111100 11000100
Octal 336 374 304
Decimal 222 252 196
Hex DE FC C4

RGB Percentages of Color #defcc4

%33.13
%37.61
%29.25

CMYK Percentages of Color #defcc4

%12
%0
%22
%1

Triadic Colors of #defcc4

#defcc4 #c4defc #fcc4de

Analogous Colors of #defcc4

#defcc4 #c4fcc6 #fafcc4

Monochromatic Colors of #defcc4

#defcc4

Complementary Color

#defcc4 #e2c4fc

#defcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defcc4 Color CSS Codes

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

#defcc4 Text Font Color

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

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


#defcc4 Background Color

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

This div background color is #defcc4


#defcc4 Border Color

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

This div border color is #defcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defcc4


Comments

No comments written yet.

Please login to write comment.