Color Hex Logo

#ffd5eb Color Hex

#FFD5EB
(255,213,235)
0 Favorites   0 Comments

Color spaces of #ffd5eb

RGB 255213235
HSL0.911.000.92
HSV329°16°100°
CMYK 0.000.160.08   0.00
XYZ80.029674.846788.8261
Yxy74.84670.32840.3071
Hunter Lab86.514013.7216-0.3148
CIE-Lab89.321118.1732-5.2893

#ffd5eb color RGB value is (255,213,235).

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

The process color (four color CMYK) of #ffd5eb color hex is 0.00, 0.16, 0.08, 0.00. Web safe color of #ffd5eb is #ffccff. Color #ffd5eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010101 11101011
Octal 377 325 353
Decimal 255 213 235
Hex FF D5 EB

RGB Percentages of Color #ffd5eb

%36.27
%30.30
%33.43

CMYK Percentages of Color #ffd5eb

%0
%16
%8
%0

Triadic Colors of #ffd5eb

#ffd5eb #ebffd5 #d5ebff

Analogous Colors of #ffd5eb

#ffd5eb #ffd5d6 #fed5ff

Monochromatic Colors of #ffd5eb

#ffd5eb

Complementary Color

#ffd5eb #d5ffe9

#ffd5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd5eb Color CSS Codes

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

#ffd5eb Text Font Color

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

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


#ffd5eb Background Color

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

This div background color is #ffd5eb


#ffd5eb Border Color

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

This div border color is #ffd5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd5eb


Comments

No comments written yet.

Please login to write comment.