Color Hex Logo

#f5dfe7 Color Hex

#F5DFE7
(245,223,231)
0 Favorites   0 Comments

Color spaces of #f5dfe7

RGB 245223231
HSL0.940.520.92
HSV338°96°
CMYK 0.000.090.06   0.04
XYZ78.467777.957486.5129
Yxy77.95740.32300.3209
Hunter Lab88.29354.12193.7111
CIE-Lab90.76058.8774-1.1712

#f5dfe7 color RGB value is (245,223,231).

#f5dfe7 hex color red value is 245, green value is 223 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #f5dfe7 hue: 0.94 , saturation: 0.52 and the lightness value of f5dfe7 is 0.92.

The process color (four color CMYK) of #f5dfe7 color hex is 0.00, 0.09, 0.06, 0.04. Web safe color of #f5dfe7 is #ffccff. Color #f5dfe7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011111 11100111
Octal 365 337 347
Decimal 245 223 231
Hex F5 DF E7

RGB Percentages of Color #f5dfe7

%35.05
%31.90
%33.05

CMYK Percentages of Color #f5dfe7

%0
%9
%6
%4

Triadic Colors of #f5dfe7

#f5dfe7 #e7f5df #dfe7f5

Analogous Colors of #f5dfe7

#f5dfe7 #f5e2df #f5dff2

Monochromatic Colors of #f5dfe7

#f5dfe7

Complementary Color

#f5dfe7 #dff5ed

#f5dfe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dfe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dfe7 Color CSS Codes

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

#f5dfe7 Text Font Color

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

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


#f5dfe7 Background Color

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

This div background color is #f5dfe7


#f5dfe7 Border Color

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

This div border color is #f5dfe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dfe7

#f5dfe7 Color Palettes


Comments

No comments written yet.

Please login to write comment.