Color Hex Logo

#dffcc7 Color Hex

#DFFCC7
(223,252,199)
0 Favorites   0 Comments

Color spaces of #dffcc7

RGB 223252199
HSL0.260.900.88
HSV93°21°99°
CMYK 0.120.000.21   0.01
XYZ75.550689.432367.3130
Yxy89.43230.32520.3850
Hunter Lab94.5687-22.892123.9960
CIE-Lab95.7608-18.561722.3145

#dffcc7 color RGB value is (223,252,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 11000111
Octal 337 374 307
Decimal 223 252 199
Hex DF FC C7

RGB Percentages of Color #dffcc7

%33.09
%37.39
%29.53

CMYK Percentages of Color #dffcc7

%12
%0
%21
%1

Triadic Colors of #dffcc7

#dffcc7 #c7dffc #fcc7df

Analogous Colors of #dffcc7

#dffcc7 #c7fcca #fafcc7

Monochromatic Colors of #dffcc7

#dffcc7

Complementary Color

#dffcc7 #e4c7fc

#dffcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffcc7 Color CSS Codes

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

#dffcc7 Text Font Color

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

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


#dffcc7 Background Color

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

This div background color is #dffcc7


#dffcc7 Border Color

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

This div border color is #dffcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffcc7


Comments

No comments written yet.

Please login to write comment.