Color Hex Logo

#ffdadc Color Hex

#FFDADC
(255,218,220)
0 Favorites   0 Comments

Color spaces of #ffdadc

RGB 255218220
HSL0.991.000.93
HSV357°15°100°
CMYK 0.000.150.14   0.00
XYZ79.229776.570178.3138
Yxy76.57010.33840.3271
Hunter Lab87.50438.48808.1902
CIE-Lab90.123413.13693.7776

#ffdadc color RGB value is (255,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 11011100
Octal 377 332 334
Decimal 255 218 220
Hex FF DA DC

RGB Percentages of Color #ffdadc

%36.80
%31.46
%31.75

CMYK Percentages of Color #ffdadc

%0
%15
%14
%0

Triadic Colors of #ffdadc

#ffdadc #dcffda #dadcff

Analogous Colors of #ffdadc

#ffdadc #ffebda #ffdaef

Monochromatic Colors of #ffdadc

#ffdadc

Complementary Color

#ffdadc #dafffd

#ffdadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdadc Color CSS Codes

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

#ffdadc Text Font Color

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

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


#ffdadc Background Color

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

This div background color is #ffdadc


#ffdadc Border Color

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

This div border color is #ffdadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdadc

Related Colors


Comments

No comments written yet.

Please login to write comment.