Color Hex Logo

#ffd8ec Color Hex

#FFD8EC
(255,216,236)
0 Favorites   0 Comments

Color spaces of #ffd8ec

RGB 255216236
HSL0.911.000.92
HSV329°15°100°
CMYK 0.000.150.07   0.00
XYZ80.936276.427989.8431
Yxy76.42790.32740.3092
Hunter Lab87.423112.26480.2649
CIE-Lab90.057616.7747-4.7299

#ffd8ec color RGB value is (255,216,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 11101100
Octal 377 330 354
Decimal 255 216 236
Hex FF D8 EC

RGB Percentages of Color #ffd8ec

%36.07
%30.55
%33.38

CMYK Percentages of Color #ffd8ec

%0
%15
%7
%0

Triadic Colors of #ffd8ec

#ffd8ec #ecffd8 #d8ecff

Analogous Colors of #ffd8ec

#ffd8ec #ffd8d9 #ffd8ff

Monochromatic Colors of #ffd8ec

#ffd8ec

Complementary Color

#ffd8ec #d8ffeb

#ffd8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd8ec Color CSS Codes

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

#ffd8ec Text Font Color

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

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


#ffd8ec Background Color

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

This div background color is #ffd8ec


#ffd8ec Border Color

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

This div border color is #ffd8ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,216,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 #ffd8ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd8ec

Related Colors

#ffd8ec Color Palettes


Comments

No comments written yet.

Please login to write comment.