Color Hex Logo

#ffd1ef Color Hex

#FFD1EF
(255,209,239)
0 Favorites   0 Comments

Color spaces of #ffd1ef

RGB 255209239
HSL0.891.000.91
HSV321°18°100°
CMYK 0.000.180.06   0.00
XYZ79.620573.092991.5732
Yxy73.09290.32590.2992
Hunter Lab85.494416.6210-3.6596
CIE-Lab88.492020.9411-8.6258

#ffd1ef color RGB value is (255,209,239).

#ffd1ef hex color red value is 255, green value is 209 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ffd1ef hue: 0.89 , saturation: 1.00 and the lightness value of ffd1ef is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 11101111
Octal 377 321 357
Decimal 255 209 239
Hex FF D1 EF

RGB Percentages of Color #ffd1ef

%36.27
%29.73
%34.00

CMYK Percentages of Color #ffd1ef

%0
%18
%6
%0

Triadic Colors of #ffd1ef

#ffd1ef #efffd1 #d1efff

Analogous Colors of #ffd1ef

#ffd1ef #ffd1d8 #f8d1ff

Monochromatic Colors of #ffd1ef

#ffd1ef

Complementary Color

#ffd1ef #d1ffe1

#ffd1ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd1ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd1ef Color CSS Codes

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

#ffd1ef Text Font Color

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

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


#ffd1ef Background Color

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

This div background color is #ffd1ef


#ffd1ef Border Color

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

This div border color is #ffd1ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd1ef

#ffd1ef Color Palettes


Comments

No comments written yet.

Please login to write comment.