Color Hex Logo

#ffafdf Color Hex

#FFAFDF
(255,175,223)
0 Favorites   0 Comments

Color spaces of #ffafdf

RGB 255175223
HSL0.901.000.84
HSV324°31°100°
CMYK 0.000.310.13   0.00
XYZ69.889357.247777.1784
Yxy57.24770.34210.2802
Hunter Lab75.662232.4719-7.5146
CIE-Lab80.318736.1284-12.2567

#ffafdf color RGB value is (255,175,223).

#ffafdf hex color red value is 255, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ffafdf hue: 0.90 , saturation: 1.00 and the lightness value of ffafdf is 0.84.

The process color (four color CMYK) of #ffafdf color hex is 0.00, 0.31, 0.13, 0.00. Web safe color of #ffafdf is #ff99cc. Color #ffafdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 11011111
Octal 377 257 337
Decimal 255 175 223
Hex FF AF DF

RGB Percentages of Color #ffafdf

%39.05
%26.80
%34.15

CMYK Percentages of Color #ffafdf

%0
%31
%13
%0

Triadic Colors of #ffafdf

#ffafdf #dfffaf #afdfff

Analogous Colors of #ffafdf

#ffafdf #ffafb7 #f7afff

Monochromatic Colors of #ffafdf

#ffafdf

Complementary Color

#ffafdf #afffcf

#ffafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffafdf Color CSS Codes

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

#ffafdf Text Font Color

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

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


#ffafdf Background Color

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

This div background color is #ffafdf


#ffafdf Border Color

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

This div border color is #ffafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffafdf


Comments

No comments written yet.

Please login to write comment.