Color Hex Logo

#defca6 Color Hex

#DEFCA6
(222,252,166)
0 Favorites   0 Comments

Color spaces of #defca6

RGB 222252166
HSL0.220.930.82
HSV81°34°99°
CMYK 0.120.000.34   0.01
XYZ71.817587.903649.2583
Yxy87.90360.34370.4206
Hunter Lab93.7569-27.344234.4799
CIE-Lab95.1203-23.559038.0533

#defca6 color RGB value is (222,252,166).

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

The process color (four color CMYK) of #defca6 color hex is 0.12, 0.00, 0.34, 0.01. Web safe color of #defca6 is #ccff99. Color #defca6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111100 10100110
Octal 336 374 246
Decimal 222 252 166
Hex DE FC A6

RGB Percentages of Color #defca6

%34.69
%39.38
%25.94

CMYK Percentages of Color #defca6

%12
%0
%34
%1

Triadic Colors of #defca6

#defca6 #a6defc #fca6de

Analogous Colors of #defca6

#defca6 #b3fca6 #fcefa6

Monochromatic Colors of #defca6

#defca6

Complementary Color

#defca6 #c4a6fc

#defca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defca6 Color CSS Codes

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

#defca6 Text Font Color

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

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


#defca6 Background Color

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

This div background color is #defca6


#defca6 Border Color

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

This div border color is #defca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defca6

Related Colors


Comments

No comments written yet.

Please login to write comment.