Color Hex Logo

#ffdad5 Color Hex

#FFDAD5
(255,218,213)
0 Favorites   0 Comments

Color spaces of #ffdad5

RGB 255218213
HSL0.021.000.92
HSV16°100°
CMYK 0.000.150.16   0.00
XYZ78.321676.206973.5322
Yxy76.20690.34340.3342
Hunter Lab87.29667.379411.1661
CIE-Lab89.955312.05667.2117

#ffdad5 color RGB value is (255,218,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 11010101
Octal 377 332 325
Decimal 255 218 213
Hex FF DA D5

RGB Percentages of Color #ffdad5

%37.17
%31.78
%31.05

CMYK Percentages of Color #ffdad5

%0
%15
%16
%0

Triadic Colors of #ffdad5

#ffdad5 #d5ffda #dad5ff

Analogous Colors of #ffdad5

#ffdad5 #ffefd5 #ffd5e5

Monochromatic Colors of #ffdad5

#ffdad5

Complementary Color

#ffdad5 #d5faff

#ffdad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdad5 Color CSS Codes

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

#ffdad5 Text Font Color

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

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


#ffdad5 Background Color

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

This div background color is #ffdad5


#ffdad5 Border Color

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

This div border color is #ffdad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdad5


Comments

No comments written yet.

Please login to write comment.