Color Hex Logo

#dffabe Color Hex

#DFFABE
(223,250,190)
0 Favorites   0 Comments

Color spaces of #dffabe

RGB 223250190
HSL0.240.860.86
HSV87°24°98°
CMYK 0.110.000.24   0.02
XYZ73.911387.776961.7623
Yxy87.77690.33080.3928
Hunter Lab93.6893-23.138126.4971
CIE-Lab95.0669-18.945425.9363

#dffabe color RGB value is (223,250,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 10111110
Octal 337 372 276
Decimal 223 250 190
Hex DF FA BE

RGB Percentages of Color #dffabe

%33.63
%37.71
%28.66

CMYK Percentages of Color #dffabe

%11
%0
%24
%2

Triadic Colors of #dffabe

#dffabe #bedffa #fabedf

Analogous Colors of #dffabe

#dffabe #c1fabe #faf7be

Monochromatic Colors of #dffabe

#dffabe

Complementary Color

#dffabe #d9befa

#dffabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffabe Color CSS Codes

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

#dffabe Text Font Color

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

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


#dffabe Background Color

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

This div background color is #dffabe


#dffabe Border Color

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

This div border color is #dffabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffabe


Comments

No comments written yet.

Please login to write comment.