Color Hex Logo

#ffadfb Color Hex

#FFADFB
(255,173,251)
0 Favorites   0 Comments

Color spaces of #ffadfb

RGB 255173251
HSL0.841.000.84
HSV303°32°100°
CMYK 0.000.320.02   0.00
XYZ73.596258.112298.6046
Yxy58.11220.31950.2523
Hunter Lab76.231438.9248-23.3291
CIE-Lab80.801141.8908-26.5991

#ffadfb color RGB value is (255,173,251).

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

The process color (four color CMYK) of #ffadfb color hex is 0.00, 0.32, 0.02, 0.00. Web safe color of #ffadfb is #ff99ff. Color #ffadfb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101101 11111011
Octal 377 255 373
Decimal 255 173 251
Hex FF AD FB

RGB Percentages of Color #ffadfb

%37.56
%25.48
%36.97

CMYK Percentages of Color #ffadfb

%0
%32
%2
%0

Triadic Colors of #ffadfb

#ffadfb #fbffad #adfbff

Analogous Colors of #ffadfb

#ffadfb #ffadd2 #daadff

Monochromatic Colors of #ffadfb

#ffadfb

Complementary Color

#ffadfb #adffb1

#ffadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffadfb Color CSS Codes

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

#ffadfb Text Font Color

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

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


#ffadfb Background Color

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

This div background color is #ffadfb


#ffadfb Border Color

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

This div border color is #ffadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffadfb

Related Colors

#ffadfb Color Palettes


Comments

No comments written yet.

Please login to write comment.