Color Hex Logo

#dffbcc Color Hex

#DFFBCC
(223,251,204)
0 Favorites   0 Comments

Color spaces of #dffbcc

RGB 223251204
HSL0.270.850.89
HSV96°19°98°
CMYK 0.110.000.19   0.02
XYZ75.827789.042070.3170
Yxy89.04200.32240.3786
Hunter Lab94.3621-21.694221.8716
CIE-Lab95.5980-17.294319.5361

#dffbcc color RGB value is (223,251,204).

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

The process color (four color CMYK) of #dffbcc color hex is 0.11, 0.00, 0.19, 0.02. Web safe color of #dffbcc is #ccffcc. Color #dffbcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11001100
Octal 337 373 314
Decimal 223 251 204
Hex DF FB CC

RGB Percentages of Color #dffbcc

%32.89
%37.02
%30.09

CMYK Percentages of Color #dffbcc

%11
%0
%19
%2

Triadic Colors of #dffbcc

#dffbcc #ccdffb #fbccdf

Analogous Colors of #dffbcc

#dffbcc #ccfbd1 #f7fbcc

Monochromatic Colors of #dffbcc

#dffbcc

Complementary Color

#dffbcc #e8ccfb

#dffbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbcc Color CSS Codes

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

#dffbcc Text Font Color

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

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


#dffbcc Background Color

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

This div background color is #dffbcc


#dffbcc Border Color

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

This div border color is #dffbcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,251,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 #dffbcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbcc


Comments

No comments written yet.

Please login to write comment.