Color Hex Logo

#dffdcd Color Hex

#DFFDCD
(223,253,205)
0 Favorites   0 Comments

Color spaces of #dffdcd

RGB 223253205
HSL0.270.920.90
HSV98°19°99°
CMYK 0.120.000.19   0.01
XYZ76.576190.346371.1602
Yxy90.34630.32160.3795
Hunter Lab95.0507-22.532922.1477
CIE-Lab96.1402-18.111019.7828

#dffdcd color RGB value is (223,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 11001101
Octal 337 375 315
Decimal 223 253 205
Hex DF FD CD

RGB Percentages of Color #dffdcd

%32.75
%37.15
%30.10

CMYK Percentages of Color #dffdcd

%12
%0
%19
%1

Triadic Colors of #dffdcd

#dffdcd #cddffd #fdcddf

Analogous Colors of #dffdcd

#dffdcd #cdfdd3 #f7fdcd

Monochromatic Colors of #dffdcd

#dffdcd

Complementary Color

#dffdcd #ebcdfd

#dffdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffdcd Color CSS Codes

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

#dffdcd Text Font Color

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

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


#dffdcd Background Color

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

This div background color is #dffdcd


#dffdcd Border Color

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

This div border color is #dffdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffdcd

Related Colors


Comments

No comments written yet.

Please login to write comment.