Color Hex Logo

#dffabc Color Hex

#DFFABC
(223,250,188)
0 Favorites   0 Comments

Color spaces of #dffabc

RGB 223250188
HSL0.240.860.86
HSV86°25°98°
CMYK 0.110.000.25   0.02
XYZ73.694187.690060.6187
Yxy87.69000.33200.3950
Hunter Lab93.6429-23.401227.1693
CIE-Lab95.0303-19.238226.9013

#dffabc color RGB value is (223,250,188).

#dffabc hex color red value is 223, green value is 250 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #dffabc hue: 0.24 , saturation: 0.86 and the lightness value of dffabc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 10111100
Octal 337 372 274
Decimal 223 250 188
Hex DF FA BC

RGB Percentages of Color #dffabc

%33.74
%37.82
%28.44

CMYK Percentages of Color #dffabc

%11
%0
%25
%2

Triadic Colors of #dffabc

#dffabc #bcdffa #fabcdf

Analogous Colors of #dffabc

#dffabc #c0fabc #faf6bc

Monochromatic Colors of #dffabc

#dffabc

Complementary Color

#dffabc #d7bcfa

#dffabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffabc Color CSS Codes

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

#dffabc Text Font Color

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

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


#dffabc Background Color

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

This div background color is #dffabc


#dffabc Border Color

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

This div border color is #dffabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffabc


Comments

No comments written yet.

Please login to write comment.