Color Hex Logo

#ffd7da Color Hex

#FFD7DA
(255,215,218)
0 Favorites   0 Comments

Color spaces of #ffd7da

RGB 255215218
HSL0.991.000.92
HSV356°16°100°
CMYK 0.000.160.15   0.00
XYZ78.195374.922876.6699
Yxy74.92280.34030.3261
Hunter Lab86.55809.77818.0736
CIE-Lab89.356814.38423.7187

#ffd7da color RGB value is (255,215,218).

#ffd7da hex color red value is 255, green value is 215 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ffd7da hue: 0.99 , saturation: 1.00 and the lightness value of ffd7da is 0.92.

The process color (four color CMYK) of #ffd7da color hex is 0.00, 0.16, 0.15, 0.00. Web safe color of #ffd7da is #ffcccc. Color #ffd7da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 11011010
Octal 377 327 332
Decimal 255 215 218
Hex FF D7 DA

RGB Percentages of Color #ffd7da

%37.06
%31.25
%31.69

CMYK Percentages of Color #ffd7da

%0
%16
%15
%0

Triadic Colors of #ffd7da

#ffd7da #daffd7 #d7daff

Analogous Colors of #ffd7da

#ffd7da #ffe8d7 #ffd7ee

Monochromatic Colors of #ffd7da

#ffd7da

Complementary Color

#ffd7da #d7fffc

#ffd7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd7da Color CSS Codes

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

#ffd7da Text Font Color

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

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


#ffd7da Background Color

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

This div background color is #ffd7da


#ffd7da Border Color

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

This div border color is #ffd7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd7da

Related Colors

#ffd7da Color Palettes


Comments

No comments written yet.

Please login to write comment.