Color Hex Logo

#dffcc6 Color Hex

#DFFCC6
(223,252,198)
0 Favorites   0 Comments

Color spaces of #dffcc6

RGB 223252198
HSL0.260.900.88
HSV92°21°99°
CMYK 0.120.000.21   0.01
XYZ75.434989.386066.7035
Yxy89.38600.32580.3861
Hunter Lab94.5442-23.030724.3502
CIE-Lab95.7415-18.715122.7971

#dffcc6 color RGB value is (223,252,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 11000110
Octal 337 374 306
Decimal 223 252 198
Hex DF FC C6

RGB Percentages of Color #dffcc6

%33.14
%37.44
%29.42

CMYK Percentages of Color #dffcc6

%12
%0
%21
%1

Triadic Colors of #dffcc6

#dffcc6 #c6dffc #fcc6df

Analogous Colors of #dffcc6

#dffcc6 #c6fcc8 #fafcc6

Monochromatic Colors of #dffcc6

#dffcc6

Complementary Color

#dffcc6 #e3c6fc

#dffcc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffcc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffcc6 Color CSS Codes

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

#dffcc6 Text Font Color

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

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


#dffcc6 Background Color

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

This div background color is #dffcc6


#dffcc6 Border Color

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

This div border color is #dffcc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffcc6

Related Colors


Comments

No comments written yet.

Please login to write comment.