Color Hex Logo

#ffdae5 Color Hex

#FFDAE5
(255,218,229)
2 Favorites   0 Comments

Color spaces of #ffdae5

RGB 255218229
HSL0.951.000.93
HSV342°15°100°
CMYK 0.000.150.10   0.00
XYZ80.454377.060084.7624
Yxy77.06000.33210.3181
Hunter Lab87.78389.97444.1994
CIE-Lab90.349214.5755-0.6223

#ffdae5 color RGB value is (255,218,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 11100101
Octal 377 332 345
Decimal 255 218 229
Hex FF DA E5

RGB Percentages of Color #ffdae5

%36.32
%31.05
%32.62

CMYK Percentages of Color #ffdae5

%0
%15
%10
%0

Triadic Colors of #ffdae5

#ffdae5 #e5ffda #dae5ff

Analogous Colors of #ffdae5

#ffdae5 #ffe2da #ffdaf8

Monochromatic Colors of #ffdae5

#ffdae5

Complementary Color

#ffdae5 #dafff4

#ffdae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdae5 Color CSS Codes

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

#ffdae5 Text Font Color

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

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


#ffdae5 Background Color

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

This div background color is #ffdae5


#ffdae5 Border Color

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

This div border color is #ffdae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdae5


Comments

No comments written yet.

Please login to write comment.