Color Hex Logo

#ffd0ec Color Hex

#FFD0EC
(255,208,236)
1 Favorites   0 Comments

Color spaces of #ffd0ec

RGB 255208236
HSL0.901.000.91
HSV324°18°100°
CMYK 0.000.180.07   0.00
XYZ78.936272.427989.1765
Yxy72.42790.32820.3011
Hunter Lab85.104616.6293-2.5536
CIE-Lab88.174120.9570-7.5122

#ffd0ec color RGB value is (255,208,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 11101100
Octal 377 320 354
Decimal 255 208 236
Hex FF D0 EC

RGB Percentages of Color #ffd0ec

%36.48
%29.76
%33.76

CMYK Percentages of Color #ffd0ec

%0
%18
%7
%0

Triadic Colors of #ffd0ec

#ffd0ec #ecffd0 #d0ecff

Analogous Colors of #ffd0ec

#ffd0ec #ffd0d5 #fbd0ff

Monochromatic Colors of #ffd0ec

#ffd0ec

Complementary Color

#ffd0ec #d0ffe3

#ffd0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd0ec Color CSS Codes

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

#ffd0ec Text Font Color

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

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


#ffd0ec Background Color

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

This div background color is #ffd0ec


#ffd0ec Border Color

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

This div border color is #ffd0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd0ec

#ffd0ec Color Palettes


Comments

No comments written yet.

Please login to write comment.