Color Hex Logo

#dffdcc Color Hex

#DFFDCC
(223,253,204)
0 Favorites   0 Comments

Color spaces of #dffdcc

RGB 223253204
HSL0.270.920.90
HSV97°19°99°
CMYK 0.120.000.19   0.01
XYZ76.455890.298270.5264
Yxy90.29820.32220.3806
Hunter Lab95.0254-22.676322.5136
CIE-Lab96.1203-18.269020.2653

#dffdcc color RGB value is (223,253,204).

#dffdcc hex color red value is 223, green value is 253 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dffdcc hue: 0.27 , saturation: 0.92 and the lightness value of dffdcc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 11001100
Octal 337 375 314
Decimal 223 253 204
Hex DF FD CC

RGB Percentages of Color #dffdcc

%32.79
%37.21
%30.00

CMYK Percentages of Color #dffdcc

%12
%0
%19
%1

Triadic Colors of #dffdcc

#dffdcc #ccdffd #fdccdf

Analogous Colors of #dffdcc

#dffdcc #ccfdd2 #f8fdcc

Monochromatic Colors of #dffdcc

#dffdcc

Complementary Color

#dffdcc #eaccfd

#dffdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffdcc Color CSS Codes

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

#dffdcc Text Font Color

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

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


#dffdcc Background Color

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

This div background color is #dffdcc


#dffdcc Border Color

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

This div border color is #dffdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.