Color Hex Logo

#f5dafd Color Hex

#F5DAFD
(245,218,253)
0 Favorites   0 Comments

Color spaces of #f5dafd

RGB 245218253
HSL0.800.900.92
HSV286°14°99°
CMYK 0.030.140.00   0.01
XYZ80.457276.6471103.4823
Yxy76.64710.30880.2941
Hunter Lab87.548310.8325-8.7971
CIE-Lab90.158915.4013-13.6044

#f5dafd color RGB value is (245,218,253).

#f5dafd hex color red value is 245, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f5dafd hue: 0.80 , saturation: 0.90 and the lightness value of f5dafd is 0.92.

The process color (four color CMYK) of #f5dafd color hex is 0.03, 0.14, 0.00, 0.01. Web safe color of #f5dafd is #ffccff. Color #f5dafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011010 11111101
Octal 365 332 375
Decimal 245 218 253
Hex F5 DA FD

RGB Percentages of Color #f5dafd

%34.22
%30.45
%35.34

CMYK Percentages of Color #f5dafd

%3
%14
%0
%1

Triadic Colors of #f5dafd

#f5dafd #fdf5da #dafdf5

Analogous Colors of #f5dafd

#f5dafd #fddaf4 #e4dafd

Monochromatic Colors of #f5dafd

#f5dafd

Complementary Color

#f5dafd #e2fdda

#f5dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dafd Color CSS Codes

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

#f5dafd Text Font Color

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

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


#f5dafd Background Color

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

This div background color is #f5dafd


#f5dafd Border Color

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

This div border color is #f5dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dafd


Comments

No comments written yet.

Please login to write comment.