Color Hex Logo

#dffcc8 Color Hex

#DFFCC8
(223,252,200)
0 Favorites   0 Comments

Color spaces of #dffcc8

RGB 223252200
HSL0.260.900.89
HSV93°21°99°
CMYK 0.120.000.21   0.01
XYZ75.667289.478967.9267
Yxy89.47890.32470.3839
Hunter Lab94.5933-22.752323.6396
CIE-Lab95.7802-18.407221.8318

#dffcc8 color RGB value is (223,252,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 11001000
Octal 337 374 310
Decimal 223 252 200
Hex DF FC C8

RGB Percentages of Color #dffcc8

%33.04
%37.33
%29.63

CMYK Percentages of Color #dffcc8

%12
%0
%21
%1

Triadic Colors of #dffcc8

#dffcc8 #c8dffc #fcc8df

Analogous Colors of #dffcc8

#dffcc8 #c8fccb #f9fcc8

Monochromatic Colors of #dffcc8

#dffcc8

Complementary Color

#dffcc8 #e5c8fc

#dffcc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffcc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffcc8 Color CSS Codes

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

#dffcc8 Text Font Color

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

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


#dffcc8 Background Color

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

This div background color is #dffcc8


#dffcc8 Border Color

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

This div border color is #dffcc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffcc8


Comments

No comments written yet.

Please login to write comment.