Color Hex Logo

#ffdefa Color Hex

#FFDEFA
(255,222,250)
0 Favorites   0 Comments

Color spaces of #ffdefa

RGB 255222250
HSL0.861.000.94
HSV309°13°100°
CMYK 0.000.130.02   0.00
XYZ84.616680.4047101.5024
Yxy80.40470.31750.3017
Hunter Lab89.668711.5229-4.3465
CIE-Lab91.866116.0568-9.3988

#ffdefa color RGB value is (255,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 11111010
Octal 377 336 372
Decimal 255 222 250
Hex FF DE FA

RGB Percentages of Color #ffdefa

%35.08
%30.54
%34.39

CMYK Percentages of Color #ffdefa

%0
%13
%2
%0

Triadic Colors of #ffdefa

#ffdefa #faffde #defaff

Analogous Colors of #ffdefa

#ffdefa #ffdeea #f4deff

Monochromatic Colors of #ffdefa

#ffdefa

Complementary Color

#ffdefa #deffe3

#ffdefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdefa Color CSS Codes

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

#ffdefa Text Font Color

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

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


#ffdefa Background Color

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

This div background color is #ffdefa


#ffdefa Border Color

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

This div border color is #ffdefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdefa

Related Colors

#ffdefa Color Palettes


Comments

No comments written yet.

Please login to write comment.