Color Hex Logo

#dffbf9 Color Hex

#DFFBF9
(223,251,249)
0 Favorites   0 Comments

Color spaces of #dffbf9

RGB 223251249
HSL0.490.780.93
HSV176°11°98°
CMYK 0.110.000.01   0.02
XYZ82.027591.5219102.9647
Yxy91.52190.29660.3310
Hunter Lab95.6671-14.36673.1542
CIE-Lab96.6245-9.4103-2.1284

#dffbf9 color RGB value is (223,251,249).

#dffbf9 hex color red value is 223, green value is 251 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dffbf9 hue: 0.49 , saturation: 0.78 and the lightness value of dffbf9 is 0.93.

The process color (four color CMYK) of #dffbf9 color hex is 0.11, 0.00, 0.01, 0.02. Web safe color of #dffbf9 is #ccffff. Color #dffbf9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11111001
Octal 337 373 371
Decimal 223 251 249
Hex DF FB F9

RGB Percentages of Color #dffbf9

%30.84
%34.72
%34.44

CMYK Percentages of Color #dffbf9

%11
%0
%1
%2

Triadic Colors of #dffbf9

#dffbf9 #f9dffb #fbf9df

Analogous Colors of #dffbf9

#dffbf9 #dfeffb #dffbeb

Monochromatic Colors of #dffbf9

#dffbf9

Complementary Color

#dffbf9 #fbdfe1

#dffbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbf9 Color CSS Codes

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

#dffbf9 Text Font Color

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

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


#dffbf9 Background Color

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

This div background color is #dffbf9


#dffbf9 Border Color

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

This div border color is #dffbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbf9

Related Colors


Comments

No comments written yet.

Please login to write comment.