Color Hex Logo

#f5defd Color Hex

#F5DEFD
(245,222,253)
0 Favorites   0 Comments

Color spaces of #f5defd

RGB 245222253
HSL0.790.890.93
HSV285°12°99°
CMYK 0.030.120.00   0.01
XYZ81.507178.7469103.8323
Yxy78.74690.30860.2982
Hunter Lab88.73958.6580-7.2565
CIE-Lab91.119613.3088-12.1694

#f5defd color RGB value is (245,222,253).

#f5defd hex color red value is 245, green value is 222 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f5defd hue: 0.79 , saturation: 0.89 and the lightness value of f5defd is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011110 11111101
Octal 365 336 375
Decimal 245 222 253
Hex F5 DE FD

RGB Percentages of Color #f5defd

%34.03
%30.83
%35.14

CMYK Percentages of Color #f5defd

%3
%12
%0
%1

Triadic Colors of #f5defd

#f5defd #fdf5de #defdf5

Analogous Colors of #f5defd

#f5defd #fddef6 #e6defd

Monochromatic Colors of #f5defd

#f5defd

Complementary Color

#f5defd #e6fdde

#f5defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5defd Color CSS Codes

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

#f5defd Text Font Color

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

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


#f5defd Background Color

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

This div background color is #f5defd


#f5defd Border Color

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

This div border color is #f5defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5defd

Related Colors


Comments

No comments written yet.

Please login to write comment.