Color Hex Logo

#dffdcb Color Hex

#DFFDCB
(223,253,203)
0 Favorites   0 Comments

Color spaces of #dffdcb

RGB 223253203
HSL0.270.930.89
HSV96°20°99°
CMYK 0.120.000.20   0.01
XYZ76.336290.250369.8966
Yxy90.25030.32280.3816
Hunter Lab95.0002-22.818822.8773
CIE-Lab96.1005-18.426120.7478

#dffdcb color RGB value is (223,253,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 11001011
Octal 337 375 313
Decimal 223 253 203
Hex DF FD CB

RGB Percentages of Color #dffdcb

%32.84
%37.26
%29.90

CMYK Percentages of Color #dffdcb

%12
%0
%20
%1

Triadic Colors of #dffdcb

#dffdcb #cbdffd #fdcbdf

Analogous Colors of #dffdcb

#dffdcb #cbfdd0 #f8fdcb

Monochromatic Colors of #dffdcb

#dffdcb

Complementary Color

#dffdcb #e9cbfd

#dffdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffdcb Color CSS Codes

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

#dffdcb Text Font Color

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

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


#dffdcb Background Color

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

This div background color is #dffdcb


#dffdcb Border Color

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

This div border color is #dffdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffdcb

Related Colors


Comments

No comments written yet.

Please login to write comment.