Color Hex Logo

#ffdbf9 Color Hex

#FFDBF9
(255,219,249)
0 Favorites   0 Comments

Color spaces of #ffdbf9

RGB 255219249
HSL0.861.000.93
HSV310°14°100°
CMYK 0.000.140.02   0.00
XYZ83.670478.7626100.4153
Yxy78.76260.31830.2997
Hunter Lab88.748312.9773-4.9606
CIE-Lab91.126817.4441-9.9736

#ffdbf9 color RGB value is (255,219,249).

#ffdbf9 hex color red value is 255, green value is 219 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ffdbf9 hue: 0.86 , saturation: 1.00 and the lightness value of ffdbf9 is 0.93.

The process color (four color CMYK) of #ffdbf9 color hex is 0.00, 0.14, 0.02, 0.00. Web safe color of #ffdbf9 is #ffccff. Color #ffdbf9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 11111001
Octal 377 333 371
Decimal 255 219 249
Hex FF DB F9

RGB Percentages of Color #ffdbf9

%35.27
%30.29
%34.44

CMYK Percentages of Color #ffdbf9

%0
%14
%2
%0

Triadic Colors of #ffdbf9

#ffdbf9 #f9ffdb #dbf9ff

Analogous Colors of #ffdbf9

#ffdbf9 #ffdbe7 #f3dbff

Monochromatic Colors of #ffdbf9

#ffdbf9

Complementary Color

#ffdbf9 #dbffe1

#ffdbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdbf9 Color CSS Codes

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

#ffdbf9 Text Font Color

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

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


#ffdbf9 Background Color

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

This div background color is #ffdbf9


#ffdbf9 Border Color

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

This div border color is #ffdbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdbf9

Related Colors


Comments

No comments written yet.

Please login to write comment.