Color Hex Logo

#ffd0ed Color Hex

#FFD0ED
(255,208,237)
0 Favorites   0 Comments

Color spaces of #ffd0ed

RGB 255208237
HSL0.901.000.91
HSV323°18°100°
CMYK 0.000.180.07   0.00
XYZ79.081972.486289.9439
Yxy72.48620.32740.3001
Hunter Lab85.138816.8082-3.0390
CIE-Lab88.202121.1255-7.9993

#ffd0ed color RGB value is (255,208,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 11101101
Octal 377 320 355
Decimal 255 208 237
Hex FF D0 ED

RGB Percentages of Color #ffd0ed

%36.43
%29.71
%33.86

CMYK Percentages of Color #ffd0ed

%0
%18
%7
%0

Triadic Colors of #ffd0ed

#ffd0ed #edffd0 #d0edff

Analogous Colors of #ffd0ed

#ffd0ed #ffd0d6 #fad0ff

Monochromatic Colors of #ffd0ed

#ffd0ed

Complementary Color

#ffd0ed #d0ffe2

#ffd0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd0ed Color CSS Codes

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

#ffd0ed Text Font Color

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

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


#ffd0ed Background Color

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

This div background color is #ffd0ed


#ffd0ed Border Color

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

This div border color is #ffd0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd0ed

Related Colors


Comments

No comments written yet.

Please login to write comment.