Color Hex Logo

#ffdafb Color Hex

#FFDAFB
(255,218,251)
0 Favorites   0 Comments

Color spaces of #ffdafb

RGB 255218251
HSL0.851.000.93
HSV306°15°100°
CMYK 0.000.150.02   0.00
XYZ83.724078.3678101.9806
Yxy78.36780.31700.2968
Hunter Lab88.525613.8985-6.3336
CIE-Lab90.947518.3192-11.2890

#ffdafb color RGB value is (255,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 11111011
Octal 377 332 373
Decimal 255 218 251
Hex FF DA FB

RGB Percentages of Color #ffdafb

%35.22
%30.11
%34.67

CMYK Percentages of Color #ffdafb

%0
%15
%2
%0

Triadic Colors of #ffdafb

#ffdafb #fbffda #dafbff

Analogous Colors of #ffdafb

#ffdafb #ffdae9 #f1daff

Monochromatic Colors of #ffdafb

#ffdafb

Complementary Color

#ffdafb #daffde

#ffdafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdafb Color CSS Codes

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

#ffdafb Text Font Color

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

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


#ffdafb Background Color

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

This div background color is #ffdafb


#ffdafb Border Color

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

This div border color is #ffdafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdafb

Related Colors

#ffdafb Color Palettes


Comments

No comments written yet.

Please login to write comment.